mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +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 {
|
||||
tools {
|
||||
maven 'MAVEN'
|
||||
jdk 'JDK-17'
|
||||
}
|
||||
agent { label 'Master'}
|
||||
triggers { pollSCM ('* * * * *') }
|
||||
stages{
|
||||
|
@ -36,6 +32,10 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage ('package') {
|
||||
tools {
|
||||
jdk 'JDK_17'
|
||||
maven 'MAVEN'
|
||||
}
|
||||
steps {
|
||||
rtMavenRun (
|
||||
tool: 'MAVEN_DEFAULT',
|
||||
|
|
Loading…
Reference in a new issue