refs #6915 test_master24_8 #2067

Merged
alexm merged 561 commits from test_master24_8 into master 2024-02-22 07:31:34 +00:00
1 changed files with 0 additions and 5 deletions
Showing only changes of commit c35bbc3c9d - Show all commits

5
Jenkinsfile vendored
View File

@ -119,11 +119,6 @@ pipeline {
dockerBuild()
}
}
stage('Output') {
steps {
echo "${env.VERSION}"
}
}
stage('Deploy') {
when {
expression { PROTECTED_BRANCH }