Skip to content

Commit 9620dd1

Browse files
author
Vasileios Karakasis
authored
Merge branch 'master' into bugfix/use-home-autodetect
2 parents b4574f7 + bb91223 commit 9620dd1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Jenkinsfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ stage('Cleanup') {
141141
}
142142
}
143143
}
144-
catchError(stageResult: 'FAILURE') {
144+
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
145145
parallel builds
146146
}
147147
}
@@ -163,8 +163,7 @@ stage('Cleanup Stale') {
163163
}
164164
}
165165
}
166-
167-
catchError(stageResult: 'FAILURE') {
166+
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
168167
parallel builds
169168
}
170169
}

0 commit comments

Comments
 (0)