mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
message
This commit is contained in:
parent
e1b91673bb
commit
29d6e4c109
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -1,6 +1,6 @@
|
|||
pipeline {
|
||||
agent {
|
||||
label 'master'
|
||||
label 'workerNode'
|
||||
}
|
||||
|
||||
environment {
|
||||
|
@ -12,6 +12,7 @@ pipeline {
|
|||
|
||||
tools {
|
||||
maven 'm3'
|
||||
docker 'docker'
|
||||
}
|
||||
|
||||
stages {
|
||||
|
|
Loading…
Reference in a new issue