mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15: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 {
|
||||
docker {
|
||||
image 'maven:3-alpine'
|
||||
label 'my-defined-label'
|
||||
args '-v /tmp:/tmp'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
|
|
Loading…
Reference in a new issue