File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ pipeline {
148
148
" -Dartifactory.staging-repository=libs-snapshot-local " +
149
149
" -Dartifactory.build-name=spring-data-jpa " +
150
150
" -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 ' +
152
152
' -Dmaven.test.skip=true clean deploy -U -B '
153
153
154
154
}
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ export GRADLE_ENTERPRISE_CACHE_USERNAME=${GRADLE_ENTERPRISE_CACHE_USR}
10
10
export GRADLE_ENTERPRISE_CACHE_PASSWORD=${GRADLE_ENTERPRISE_CACHE_PSW}
11
11
export GRADLE_ENTERPRISE_ACCESS_KEY=${GRADLE_ENTERPRISE_ACCESS_KEY}
12
12
13
- MAVEN_OPTS=" -Duser.name=jenkins -Duser.home=/tmp/jenkins-home" \
13
+ MAVEN_OPTS=" -Duser.name=spring-builds+ jenkins -Duser.home=/tmp/jenkins-home" \
14
14
./mvnw -s settings.xml \
15
15
-P${PROFILE} clean dependency:list test -Dsort -U -B -Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-jpa
16
16
17
- MAVEN_OPTS=" -Duser.name=jenkins -Duser.home=/tmp/jenkins-home" \
17
+ MAVEN_OPTS=" -Duser.name=spring-builds+ jenkins -Duser.home=/tmp/jenkins-home" \
18
18
./mvnw -s settings.xml clean -Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-jpa
19
19
20
20
chown -R 1001:1001 /tmp/jenkins-home/.m2/.gradle-enterprise
You can’t perform that action at this time.
0 commit comments