Fix syntax error

This commit is contained in:
Michaël Pailloncy 2017-03-06 17:31:00 +01:00
parent a6f76c59a7
commit 7b1f95e91b

2
Jenkinsfile vendored
View file

@ -15,7 +15,7 @@ pipeline {
} }
stage("build") { stage("build") {
agent { label: "build" } agent { label "build" }
steps { steps {
sh "mvn clean package" sh "mvn clean package"
} }