mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-29 15:22:15 +00:00
Next Developement Version
This commit is contained in:
parent
a5acf9b834
commit
f38c3bfc94
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
@ -39,6 +39,19 @@ try {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
snapshots: {
|
||||||
|
stage('Snapshot Tests') {
|
||||||
|
node {
|
||||||
|
checkout scm
|
||||||
|
try {
|
||||||
|
sh "./gradlew clean test -PspringVersion='5.+' -PreactorVersion=Californium-BUILD-SNAPSHOT -PspringDataVersion=Lovelace-BUILD-SNAPSHOT --refresh-dependencies --no-daemon --stacktrace"
|
||||||
|
} catch(Exception e) {
|
||||||
|
currentBuild.result = 'FAILED: snapshots'
|
||||||
|
throw e
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
jdk9: {
|
jdk9: {
|
||||||
stage('JDK 9') {
|
stage('JDK 9') {
|
||||||
node {
|
node {
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
gaeVersion=1.9.64
|
gaeVersion=1.9.64
|
||||||
springBootVersion=2.1.0.M1
|
springBootVersion=2.1.0.M1
|
||||||
version=5.1.0.RC1
|
version=5.1.0.BUILD-SNAPSHOT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user