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

2
Jenkinsfile

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

Loading…
Cancel
Save