Skip to content

Commit 8d65932

Browse files
committed
Refine Artifactory build name.
See #1453
1 parent 3dd2492 commit 8d65932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ pipeline {
149149
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
150150
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
151151
"-Dartifactory.build-name=spring-data-cassandra " +
152-
"-Dartifactory.build-number=${BUILD_NUMBER} " +
152+
"-Dartifactory.build-number=spring-data-cassandra-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
153153
"-Dmaven.test.skip=true clean deploy -U -B"
154154
}
155155
}

0 commit comments

Comments
 (0)