Skip to content

Commit ba74045

Browse files
committed
Fix tag
1 parent 3d68072 commit ba74045

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.jenkins/Jenkinsfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,6 @@ pipeline {
4848
}
4949
}
5050

51-
stage('Tag Stable Build') {
52-
when { branch "${STABLE_BRANCH}" }
53-
steps {
54-
script {
55-
TAG = "${VER}@"
56-
}
57-
}
58-
}
59-
6051
stage("Compile") {
6152
steps {
6253
sh "conan create ${BUILD_MISSING} -s:h build_type=Debug -o ${PROJECT}/*:sanitize=True ${CONAN_FLAGS} . ; \

0 commit comments

Comments
 (0)