This commit is contained in:
ammer 2023-03-07 00:00:22 -08:00
parent c060525d9a
commit 8e15cce695

View file

@ -1,5 +1,5 @@
pipeline {
agent { label 'MAVEN_JDK8' }
agent { label 'AAA' }
triggers: { pollSCM ('* 21 * * 1-5') }
stages {
stage('vcs') {