Megha Mehta
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
Jenkinsfile
|
|
@ -29,8 +29,8 @@ node { |
|
|
|
--dest-server https://kubernetes.default.svc \ |
|
|
|
--dest-namespace ${env.BRANCH_NAME}-kustomize-guestbook |
|
|
|
""" |
|
|
|
sh 'argocd app sync ${env.BRANCH_NAME}-kustomize-guestbook' |
|
|
|
sh 'argocd app wait ${env.BRANCH_NAME}-kustomize-guestbook --sync' |
|
|
|
sh 'argocd app sync $BRANCH_NAME-kustomize-guestbook' |
|
|
|
sh 'argocd app wait $BRANCH_NAME-kustomize-guestbook --sync' |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|