set tag name to both charts

This commit is contained in:
Olu Shiyanbade 2022-08-25 19:43:22 +01:00
parent 526fb55499
commit 073dc3d51d

View File

@ -71,7 +71,7 @@ dockerizedBuildPipeline(
},
postDeploy: {
// Create tags
String tagName = "${chart}-${version}"
String tagName = "$nexus-repository-manager-nxrm-aws-resiliency-${version}"
runSafely "git tag -a ${tagName} -m 'Release Update: ${version}'"
sshagent(credentials: [sonatypeZionCredentialsId()]) {
runSafely "git push origin ${tagName}"