Browse Source

Update Jenkinsfile

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

3
Jenkinsfile

@ -16,7 +16,8 @@ node {
// }
}
stage('Create app') {
stage('Create app') {
withKubeConfig(credentialsId: 'aws-eksctl-kubeconfig', serverUrl: '') {
sh """
argocd app create prod-kustomize-guestbook \

Loading…
Cancel
Save