aded tool step

This commit is contained in:
matthewpdias 2018-03-07 15:31:35 -08:00
parent 3153997748
commit 72a3cc04da

View file

@ -11,6 +11,7 @@ pipeline {
stage('Build') {
agent any
tool 'maven'
steps {
configFileProvider([configFile(fileId: 'nexus', variable: 'MAVEN_SETTINGS')]) {
sh 'mvn -s $MAVEN_SETTINGS clean deploy -DskipTests=true -B'