|
|
|
@ -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" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|