We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172b053 commit e838393Copy full SHA for e838393
1 file changed
Jenkinsfile
@@ -70,7 +70,7 @@ oses.eachWithIndex { osMapping, indexOfOs ->
70
}
71
ws(dir: "${os == 'windows' ? "${TEMP}\\${BUILD_TAG}" : pwd()}") {
72
buildProcess(stageKey, jdkName, mvnName,
73
- first && env.BRANCH_NAME == 'master' ? goalsDepl : goals,
+ first && env.BRANCH_NAME == 'surefire-3.5.x' ? goalsDepl : goals,
74
allOptions, mavenOpts, first)
75
76
0 commit comments