Skip to content

Commit

Permalink
Jenkinsfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dillson committed Dec 5, 2018
1 parent e0270ac commit 73ff2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -29,7 +29,7 @@ pipeline {
withCredentials([usernamePassword(credentialsId: 'VCS', usernameVariable: 'orgID', passwordVariable: 'apiToken')]) {
sh "vke account login -t ${env.orgID} -r ${env.apiToken}"
sh '''
vke cluster auth setup cb-blog
vke cluster merge-kubectl-auth cb-blog
kubectl delete namespace jw-workshop || true
sleep 5
kubectl create namespace jw-workshop
Expand Down

0 comments on commit 73ff2f6

Please sign in to comment.