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 {
agent
agent {
docker {
image 'maven:3-alpine'
label 'my-defined-label'
args '-v /tmp:/tmp'
}
}
stages {
stage ('Build') {
steps {