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 93d5d4c commit 647cc14Copy full SHA for 647cc14
Jenkinsfile
@@ -100,7 +100,7 @@ pipeline {
100
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
101
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
102
"-Dartifactory.build-name=spring-data-build " +
103
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-build-commercial-3.1.x-build-${BUILD_NUMBER} " +
104
"-Dmaven.test.skip=true clean deploy -B -U"
105
}
106
0 commit comments