prod-artifact-when-good #34

Merged
bucky merged 9 commits from prod-artifact-when-good into master 2023-10-23 15:54:28 -07:00
Showing only changes of commit 958091e000 - Show all commits
Vendored
+1
View File
@@ -61,6 +61,7 @@ pipeline {
}
stage('Build production deliverable') {
steps {
echo "BUILD RESULT: ${buildResult}"
when { equals expected: 'SUCCESS', actual: buildResult }
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
sh ''' #!/usr/local/bin/bash