Add spring-session label to Jenkins check node

Try and troubleshoot failures in Jenkins
This commit is contained in:
Rob Winch
2019-06-20 13:16:17 -05:00
parent aab9b39a6b
commit 17d029d34d

1
Jenkinsfile vendored
View File

@@ -13,6 +13,7 @@ try {
stage('Check') {
timeout(time: 45, unit: 'MINUTES') {
node('linux') {
label 'spring-session'
checkout scm
sh "git clean -dfx"
try {