diff --git a/spc.main b/spc.main index 3feb6a958..d4228d60b 100644 --- a/spc.main +++ b/spc.main @@ -1,5 +1,5 @@ pipeline { - agent { label 'MAVEN_JDK8' } + agent { label 'AAA' } triggers: { pollSCM ('* 21 * * 1-5') } stages { stage('vcs') {