Megha Mehta 4 years ago
parent
commit
16e6eb62bc
  1. 6
      Jenkinsfile

6
Jenkinsfile

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

Loading…
Cancel
Save