Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
1c017b6c
Commit
1c017b6c
authored
Mar 29, 2021
by
carlosribas
Browse files
Add kubeconfig to the helm command
parent
634d09ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
jenkins/wp-kubernetes.jenkinsfile
jenkins/wp-kubernetes.jenkinsfile
+2
-2
No files found.
jenkins/wp-kubernetes.jenkinsfile
View file @
1c017b6c
...
...
@@ -16,7 +16,7 @@ pipeline {
sh """
git checkout python3-version
cd kubernetes/helm
/net/isilonP/public/rw/homes/xfm_adm/.jenkins/helm list --all
/net/isilonP/public/rw/homes/xfm_adm/.jenkins/helm
--kubeconfig ${config}
list --all
/net/isilonP/public/rw/homes/xfm_adm/.jenkins/kubectl --kubeconfig ${config} get namespace
"""
}
...
...
@@ -25,7 +25,7 @@ pipeline {
sh """
git checkout python3-version
cd kubernetes/helm
/net/isilonP/public/rw/homes/xfm_adm/.jenkins/helm list --all
/net/isilonP/public/rw/homes/xfm_adm/.jenkins/helm
--kubeconfig ${config}
list --all
/net/isilonP/public/rw/homes/xfm_adm/.jenkins/kubectl --kubeconfig ${config} get namespace
"""
}
...
...
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