missing curly braces

This commit is contained in:
Benjamin Stein 2017-05-08 14:47:04 -07:00
parent 8c245d126c
commit 2ee6a931a6

3
Jenkinsfile vendored
View file

@ -1,10 +1,11 @@
pipeline { pipeline {
agent agent {
docker { docker {
image 'maven:3-alpine' image 'maven:3-alpine'
label 'my-defined-label' label 'my-defined-label'
args '-v /tmp:/tmp' args '-v /tmp:/tmp'
} }
}
stages { stages {
stage ('Build') { stage ('Build') {
steps { steps {