Browse Source

Update Jenkinsfile

pull/79/head
Megha Mehta 4 years ago
committed by GitHub
parent
commit
328dc0aa0b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Jenkinsfile

4
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'
}
}

Loading…
Cancel
Save