Added the changes

This commit is contained in:
ammer 2023-03-07 00:17:05 -08:00
parent 8e15cce695
commit 41f7b6ba6d

View file

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