mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +00:00
remove label and arguments
This commit is contained in:
parent
2ee6a931a6
commit
46860f7d40
1 changed files with 0 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -2,8 +2,6 @@ pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'maven:3-alpine'
|
image 'maven:3-alpine'
|
||||||
label 'my-defined-label'
|
|
||||||
args '-v /tmp:/tmp'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
|
|
Loading…
Reference in a new issue