jenkins: turn off maven debug mode

This commit is contained in:
Paul Campbell 2018-07-03 07:25:48 +01:00
parent 9a93bf79cc
commit ecf6c9e2a5

View file

@ -1,4 +1,4 @@
final String mvn = "mvn --batch-mode --update-snapshots --errors --debug" final String mvn = "mvn --batch-mode --update-snapshots --errors"
final dependenciesSupportJDK = 10 final dependenciesSupportJDK = 10
pipeline { pipeline {