From 5a1976729212fda474cdea3a1b22b77680f166de Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Sun, 21 Feb 2021 03:22:46 +0100 Subject: [PATCH] test5 --- Jenkinsfile-Squential | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-Squential b/Jenkinsfile-Squential index 7ac16ce..7a81ca0 100644 --- a/Jenkinsfile-Squential +++ b/Jenkinsfile-Squential @@ -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"