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