Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Failure should occur if any are fails by default, and upgrade provisi…
Browse files Browse the repository at this point in the history
…oner to latest version
  • Loading branch information
jaypoulz committed Jul 3, 2019
1 parent 025153d commit f23d0ad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ properties(
name: 'LIBRARIES_REPO'
),
string(
defaultValue: 'v1.2.2',
defaultValue: 'v1.3.0',
description: 'Git reference to the branch or tag of shared libraries.',
name: 'LIBRARIES_REF'
),
Expand Down Expand Up @@ -79,8 +79,6 @@ MAQEAPI.v1.runParallelMultiArchTest(
{ Exception exception, def host ->
def error = "Exception ${exception} occured on ${host.arch}\n"
errorMessages += error
if (host.arch.equals("x86_64") || host.arch.equals("ppc64le")) {
currentBuild.result = 'FAILURE'
}
currentBuild.result = 'FAILURE'
}
)

0 comments on commit f23d0ad

Please sign in to comment.