We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a376a commit 02eecfeCopy full SHA for 02eecfe
Jenkinsfile
@@ -14,5 +14,7 @@ hose {
14
DEV = { config ->
15
doDocker(conf:config, image:'capsule')
16
doHelmChart(conf: config, helmTarget: "chart")
17
+ doPushDockerECR(conf: config,AWS_CREDENTIALS_ID: 'AWS_CREDENTIALS_ECR_TEST',AWS_REGION: 'us-east-1')
18
+ doPushHelmECR(conf: config,AWS_CREDENTIALS_ID: 'AWS_CREDENTIALS_ECR_TEST',AWS_REGION: 'us-east-1')
19
}
20
0 commit comments