mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 10:55:48 +00:00
changes
This commit is contained in:
parent
5c9c5064e6
commit
35348c6f70
1 changed files with 4 additions and 4 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -1,8 +1,4 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
tools {
|
|
||||||
maven 'MAVEN'
|
|
||||||
jdk 'JDK-17'
|
|
||||||
}
|
|
||||||
agent { label 'Master'}
|
agent { label 'Master'}
|
||||||
triggers { pollSCM ('* * * * *') }
|
triggers { pollSCM ('* * * * *') }
|
||||||
stages{
|
stages{
|
||||||
|
@ -36,6 +32,10 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage ('package') {
|
stage ('package') {
|
||||||
|
tools {
|
||||||
|
jdk 'JDK_17'
|
||||||
|
maven 'MAVEN'
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
rtMavenRun (
|
rtMavenRun (
|
||||||
tool: 'MAVEN_DEFAULT',
|
tool: 'MAVEN_DEFAULT',
|
||||||
|
|
Loading…
Reference in a new issue