build: refs #6706 Jenkinsfile fixes
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-02-01 23:19:06 +01:00
parent d7b15d3221
commit c35bbc3c9d
1 changed files with 0 additions and 5 deletions

5
Jenkinsfile vendored
View File

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