updating jenkins template

This commit is contained in:
2020-02-06 18:04:52 +01:00
parent f498d840f3
commit e8cb474527
3 changed files with 25 additions and 22 deletions

View File

@ -14,11 +14,11 @@ pipeline {
stages {
stage('Setup') {
steps {
echo 'Setting up test environment'
sh 'echo setup'
script {
currentBuild.displayName = env.VERSION
}
echo 'Setting up test environment'
sh 'echo setup'
}
}
}