Browse Source

Refine Artifactory build name.

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

2
Jenkinsfile vendored

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

Loading…
Cancel
Save