Browse Source

Refine Artifactory build name.

See #2981
3.1.x
Mark Paluch 2 years ago
parent
commit
55ad4293c7
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -99,7 +99,7 @@ pipeline { @@ -99,7 +99,7 @@ pipeline {
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
"-Dartifactory.build-name=spring-data-commons " +
"-Dartifactory.build-number=${BUILD_NUMBER} " +
"-Dartifactory.build-number=spring-data-commons-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
"-Dmaven.test.skip=true clean deploy -U -B"
}
}

Loading…
Cancel
Save