mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +00:00
added changes
This commit is contained in:
parent
600b291c54
commit
a729e3461d
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,6 +1,6 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'UBUNTU_NODE1' }
|
agent { label 'UBUNTU_NODE1' }
|
||||||
trigger { pollSCM('* * * * *') }
|
triggers { pollSCM('* * * * *') }
|
||||||
stages {
|
stages {
|
||||||
stage('get url') {
|
stage('get url') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue