Skip to content

Commit 02eecfe

Browse files
Add Docker and Helm push steps to DEV stage (#30)
1 parent f1a376a commit 02eecfe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ hose {
1414
DEV = { config ->
1515
doDocker(conf:config, image:'capsule')
1616
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')
1719
}
1820
}

0 commit comments

Comments
 (0)