Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
4e38856c
Commit
4e38856c
authored
Jul 23, 2021
by
carlosribas
Browse files
Add selectedValue
parent
815756a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
jenkins/k8-prod-hh.jenkinsfile
jenkins/k8-prod-hh.jenkinsfile
+2
-1
jenkins/k8-prod-hx.jenkinsfile
jenkins/k8-prod-hx.jenkinsfile
+2
-1
No files found.
jenkins/k8-prod-hh.jenkinsfile
View file @
4e38856c
...
...
@@ -7,7 +7,7 @@ pipeline {
choice(
name: 'EBI_SEARCH_ENDPOINT',
choices: ['PRO', 'DEV'],
description: 'Which
ebi
search index to use?'
description: 'Which
EBI
search index to use?'
)
choice(
name: 'DATABASE',
...
...
@@ -19,6 +19,7 @@ pipeline {
defaultValue: 'master',
name: 'BRANCH',
type: 'PT_BRANCH',
selectedValue: 'DEFAULT',
description: 'Name of the branch to test and deploy'
)
}
...
...
jenkins/k8-prod-hx.jenkinsfile
View file @
4e38856c
...
...
@@ -7,7 +7,7 @@ pipeline {
choice(
name: 'EBI_SEARCH_ENDPOINT',
choices: ['PRO', 'DEV'],
description: 'Which
ebi
search index to use?'
description: 'Which
EBI
search index to use?'
)
choice(
name: 'DATABASE',
...
...
@@ -19,6 +19,7 @@ pipeline {
defaultValue: 'master',
name: 'BRANCH',
type: 'PT_BRANCH',
selectedValue: 'DEFAULT',
description: 'Name of the branch to test and deploy'
)
}
...
...
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