Browse Source

Refine Artifactory build name.

See #4562
pull/4633/head
Mark Paluch 2 years ago
parent
commit
d53455166d
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

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

Loading…
Cancel
Save