Skip to content

Commit

Permalink
Update Jenkins build to use Maven 3.5.4 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz authored and khmarbaise committed Oct 24, 2018
1 parent f87ba98 commit 7379bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Expand Up @@ -21,10 +21,10 @@ properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: e

def buildOs = 'linux'
def buildJdk = '8'
def buildMvn = '3.5.0'
def buildMvn = '3.5.4'
def runITsOses = ['linux', 'windows']
def runITsJdks = ['7', '8', '9']
def runITsMvn = '3.5.0'
def runITsMvn = '3.5.4'
def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
def tests

Expand Down

0 comments on commit 7379bea

Please sign in to comment.