mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-28 10:25:49 +00:00
Added the changes
This commit is contained in:
parent
8e15cce695
commit
41f7b6ba6d
1 changed files with 1 additions and 1 deletions
2
spc.main
2
spc.main
|
@ -1,6 +1,6 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'AAA' }
|
agent { label 'AAA' }
|
||||||
triggers: { pollSCM ('* 21 * * 1-5') }
|
triggers { pollSCM ('* 21 * * 1-5') }
|
||||||
stages {
|
stages {
|
||||||
stage('vcs') {
|
stage('vcs') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue