File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ pipeline {
148148 " -Dartifactory.staging-repository=libs-snapshot-local " +
149149 " -Dartifactory.build-name=spring-data-jpa " +
150150 " -Dartifactory.build-number=${ BUILD_NUMBER} " +
151- ' -Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-jpa-enterprise ' +
151+ ' -Duser.name=spring-builds+jenkins - Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-jpa-enterprise ' +
152152 ' -Dmaven.test.skip=true clean deploy -U -B '
153153
154154 }
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ export GRADLE_ENTERPRISE_CACHE_USERNAME=${GRADLE_ENTERPRISE_CACHE_USR}
1010export GRADLE_ENTERPRISE_CACHE_PASSWORD=${GRADLE_ENTERPRISE_CACHE_PSW}
1111export GRADLE_ENTERPRISE_ACCESS_KEY=${GRADLE_ENTERPRISE_ACCESS_KEY}
1212
13- MAVEN_OPTS=" -Duser.name=jenkins -Duser.home=/tmp/jenkins-home" \
13+ MAVEN_OPTS=" -Duser.name=spring-builds+ jenkins -Duser.home=/tmp/jenkins-home" \
1414 ./mvnw -s settings.xml \
1515 -P${PROFILE} clean dependency:list test -Dsort -U -B -Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-jpa
1616
17- MAVEN_OPTS=" -Duser.name=jenkins -Duser.home=/tmp/jenkins-home" \
17+ MAVEN_OPTS=" -Duser.name=spring-builds+ jenkins -Duser.home=/tmp/jenkins-home" \
1818 ./mvnw -s settings.xml clean -Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-jpa
1919
2020chown -R 1001:1001 /tmp/jenkins-home/.m2/.gradle-enterprise
You can’t perform that action at this time.
0 commit comments