Browse Source

Update Jenkinsfile

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

1
Jenkinsfile

@ -16,6 +16,7 @@ node {
// }
}
stage('Create app') {
withKubeConfig(credentialsId: 'aws-eksctl-kubeconfig', serverUrl: '') {
sh """

Loading…
Cancel
Save