test5
This commit is contained in:
@@ -41,7 +41,7 @@ pipeline {
|
||||
}
|
||||
if (BuildThis == true) {
|
||||
stage('Build image') {
|
||||
steps {
|
||||
step {
|
||||
// Build script
|
||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||
sh '''echo "$(date) Do Build for $ImgRelease - $ImgVariant"
|
||||
|
||||
Reference in New Issue
Block a user