remove label and arguments

This commit is contained in:
Benjamin Stein 2017-05-08 14:56:43 -07:00
parent 2ee6a931a6
commit 46860f7d40

2
Jenkinsfile vendored
View file

@ -2,8 +2,6 @@ pipeline {
agent {
docker {
image 'maven:3-alpine'
label 'my-defined-label'
args '-v /tmp:/tmp'
}
}
stages {