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
1 deletions
-
Jenkinsfile
|
@ -16,7 +16,8 @@ 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 \ |
|
|