remove chart from tag name
This commit is contained in:
parent
073dc3d51d
commit
4f6f86c972
@ -71,7 +71,7 @@ dockerizedBuildPipeline(
|
|||||||
},
|
},
|
||||||
postDeploy: {
|
postDeploy: {
|
||||||
// Create tags
|
// Create tags
|
||||||
String tagName = "$nexus-repository-manager-nxrm-aws-resiliency-${version}"
|
String tagName = "${version}"
|
||||||
runSafely "git tag -a ${tagName} -m 'Release Update: ${version}'"
|
runSafely "git tag -a ${tagName} -m 'Release Update: ${version}'"
|
||||||
sshagent(credentials: [sonatypeZionCredentialsId()]) {
|
sshagent(credentials: [sonatypeZionCredentialsId()]) {
|
||||||
runSafely "git push origin ${tagName}"
|
runSafely "git push origin ${tagName}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user