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
10bce99a32
commit
32e31ffe3c
1 changed files with 1 additions and 2 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -1,5 +1,5 @@
|
|||
pipeline {
|
||||
agent { label 'JDK_17' }
|
||||
agent { label 'MAVEN_JDK8' }
|
||||
triggers { pollSCM ('* * * * *') }
|
||||
parameters {
|
||||
choice(name: 'MAVEN_GOAL', choices: ['package', 'install', 'clean'], description: 'Maven Goal')
|
||||
|
@ -11,7 +11,6 @@ pipeline {
|
|||
branch: 'declarative'
|
||||
}
|
||||
}
|
||||
|
||||
stage('package') {
|
||||
tools {
|
||||
jdk 'JDK_17'
|
||||
|
|
Loading…
Reference in a new issue