parent
fe979aa996
commit
1ee3c765f6
|
@ -59,7 +59,7 @@ try {
|
||||||
node {
|
node {
|
||||||
checkout scm
|
checkout scm
|
||||||
try {
|
try {
|
||||||
sh "./gradlew clean test -PspringVersion='5.+' -PreactorVersion=Bismuth-BUILD-SNAPSHOT -PspringDataVersion=Kay-BUILD-SNAPSHOT --refresh-dependencies --no-daemon --stacktrace"
|
sh "./gradlew clean test -PspringVersion='5.0.+' -PreactorVersion=Bismuth-BUILD-SNAPSHOT -PspringDataVersion=Kay-BUILD-SNAPSHOT --refresh-dependencies --no-daemon --stacktrace"
|
||||||
} catch(Exception e) {
|
} catch(Exception e) {
|
||||||
currentBuild.result = 'FAILED: snapshots'
|
currentBuild.result = 'FAILED: snapshots'
|
||||||
throw e
|
throw e
|
||||||
|
|
Loading…
Reference in New Issue