Skip to content

Commit 3cc9dfc

Browse files
committed
Disable locks in snapshot pipeline task
Fixes: gh-7798
1 parent c0d78a3 commit 3cc9dfc

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
@@ -56,7 +56,7 @@ try {
5656
sh "git clean -dfx"
5757
try {
5858
withEnv(["JAVA_HOME=${ tool 'jdk8' }"]) {
59-
sh "./gradlew clean test -PforceMavenRepositories=snapshot -PspringVersion='5.+' -PreactorVersion=Dysprosium-BUILD-SNAPSHOT -PspringDataVersion=Lovelace-BUILD-SNAPSHOT --refresh-dependencies --no-daemon --stacktrace"
59+
sh "./gradlew clean test -PforceMavenRepositories=snapshot -PspringVersion='5.+' -PreactorVersion=Dysprosium-BUILD-SNAPSHOT -PspringDataVersion=Lovelace-BUILD-SNAPSHOT -PlocksDisabled --refresh-dependencies --no-daemon --stacktrace"
6060
}
6161
} catch(Exception e) {
6262
currentBuild.result = 'FAILED: snapshots'

0 commit comments

Comments
 (0)