diff --git a/Jenkinsfile b/Jenkinsfile index 207787c0e..a16fd4a9a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,5 +14,7 @@ hose { DEV = { config -> doDocker(conf:config, image:'capsule') doHelmChart(conf: config, helmTarget: "chart") + doPushDockerECR(conf: config,AWS_CREDENTIALS_ID: 'AWS_CREDENTIALS_ECR_TEST',AWS_REGION: 'us-east-1') + doPushHelmECR(conf: config,AWS_CREDENTIALS_ID: 'AWS_CREDENTIALS_ECR_TEST',AWS_REGION: 'us-east-1') } }