Skip to content

Commit e838393

Browse files
committed
deploy 3.5.x branch to nexus
Signed-off-by: Olivier Lamy <olamy@apache.org>
1 parent 172b053 commit e838393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ oses.eachWithIndex { osMapping, indexOfOs ->
7070
}
7171
ws(dir: "${os == 'windows' ? "${TEMP}\\${BUILD_TAG}" : pwd()}") {
7272
buildProcess(stageKey, jdkName, mvnName,
73-
first && env.BRANCH_NAME == 'master' ? goalsDepl : goals,
73+
first && env.BRANCH_NAME == 'surefire-3.5.x' ? goalsDepl : goals,
7474
allOptions, mavenOpts, first)
7575
}
7676
}

0 commit comments

Comments
 (0)