mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
added changes in jenkinsfile1
This commit is contained in:
parent
d3de65b072
commit
e21341a847
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@ pipeline {
|
||||||
agent{ label 'MAVEN' | 'JDK_17' }
|
agent{ label 'MAVEN' | 'JDK_17' }
|
||||||
options { timeout(time: 30, unit: 'MINUTES') }
|
options { timeout(time: 30, unit: 'MINUTES') }
|
||||||
triggers{
|
triggers{
|
||||||
pollSCM ( * * * * * )
|
pollSCM ('* * * * *')
|
||||||
}
|
}
|
||||||
environment
|
environment
|
||||||
{
|
{
|
||||||
|
@ -19,6 +19,5 @@ pipeline {
|
||||||
sh 'mvn clean package'
|
sh 'mvn clean package'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue