Add spring-session label to Jenkins check node
Try and troubleshoot failures in Jenkins
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -13,6 +13,7 @@ try {
|
||||
stage('Check') {
|
||||
timeout(time: 45, unit: 'MINUTES') {
|
||||
node('linux') {
|
||||
label 'spring-session'
|
||||
checkout scm
|
||||
sh "git clean -dfx"
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user