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
72193f80
Commit
72193f80
authored
Jul 20, 2021
by
carlosribas
Browse files
Check used env
parent
564bcc67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
jenkins/wp-kubernetes.jenkinsfile
jenkins/wp-kubernetes.jenkinsfile
+4
-0
No files found.
jenkins/wp-kubernetes.jenkinsfile
View file @
72193f80
...
...
@@ -85,6 +85,8 @@ pipeline {
if ("${CLUSTER}" == "HX") {
withCredentials([file(credentialsId: 'HX-WP-Config', variable: 'config')]) {
sh """
echo 'Updating HX'
echo ${config}
# update repository
git reset --hard
git fetch --all
...
...
@@ -112,6 +114,8 @@ pipeline {
} else if ("${CLUSTER}" == "HH") {
withCredentials([file(credentialsId: 'HH-WP-Config', variable: 'config')]) {
sh """
echo 'Updating HH'
echo ${config}
# update repository
git reset --hard
git fetch --all
...
...
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