test5
This commit is contained in:
@@ -41,7 +41,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
if (BuildThis == true) {
|
if (BuildThis == true) {
|
||||||
stage('Build image') {
|
stage('Build image') {
|
||||||
steps {
|
step {
|
||||||
// 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user