Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
473d5e0a
Unverified
Commit
473d5e0a
authored
Nov 12, 2021
by
Jinjing Zhou
Committed by
GitHub
Nov 12, 2021
Browse files
[Jenkins] Add Israt Nisa into authorized regression trigger list (#3496)
parent
dfa32ae0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Jenkinsfile
Jenkinsfile
+1
-1
No files found.
Jenkinsfile
View file @
473d5e0a
...
@@ -95,7 +95,7 @@ def tutorial_test_linux(backend) {
...
@@ -95,7 +95,7 @@ def tutorial_test_linux(backend) {
}
}
def
is_authorized
(
name
)
{
def
is_authorized
(
name
)
{
def
authorized_user
=
[
'VoVAllen'
,
'BarclayII'
,
'jermainewang'
,
'zheng-da'
,
'mufeili'
,
'Rhett-Ying'
]
def
authorized_user
=
[
'VoVAllen'
,
'BarclayII'
,
'jermainewang'
,
'zheng-da'
,
'mufeili'
,
'Rhett-Ying'
,
'isratnisa'
]
return
(
name
in
authorized_user
)
return
(
name
in
authorized_user
)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment