This commit is contained in:
2021-02-21 03:22:46 +01:00
parent 4674be8837
commit 5a19767292

View File

@@ -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"