Try to enable parallel

This commit is contained in:
Michaël Pailloncy 2017-03-06 18:06:25 +01:00
parent 2ff6113dc2
commit bb9b6e3e8e

5
Jenkinsfile vendored
View file

@ -1,6 +1,6 @@
pipeline {
agent any
agent none
stages {
@ -28,9 +28,8 @@ pipeline {
stage("tests") {
steps {
parallel (
"static-analysis" : {
"static-analysis": {
node("build") {
unstash "sources"
withMaven(maven:"M3") {