fix predeploy no tag error

This commit is contained in:
Primakov Alexandr Alexandrovich 2024-08-05 22:35:43 +03:00
parent 9cc5f2734b
commit e9960da673

View File

@ -36,8 +36,6 @@ stage ('predeploy') {
echo 'checking tag' echo 'checking tag'
script { script {
tag = tagModule.calcTag() tag = tagModule.calcTag()
echo "tag is -> ${tag}"
println "tagNoV is -> ${tagModule.getTagNoV()}"
def branchName = sh(returnStdout: true, script: "git rev-parse --abbrev-ref HEAD").trim() def branchName = sh(returnStdout: true, script: "git rev-parse --abbrev-ref HEAD").trim()
if (tag) { if (tag) {