mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-20 18:49:38 +00:00
For nexus
This commit is contained in:
parent
e8dd99ed7a
commit
e1b91673bb
1 changed files with 3 additions and 1 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -1,5 +1,7 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent {
|
||||||
|
label 'master'
|
||||||
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
imageName = "spring-pet-clinic"
|
imageName = "spring-pet-clinic"
|
||||||
|
|
Loading…
Reference in a new issue