Skip to content

Commit

Permalink
Force mvn updates
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Aug 19, 2016
1 parent 778d46d commit 41716f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ node('java') {
stage 'Build'
def mvnHome = tool 'mvn'
env.JAVA_HOME = tool 'jdk8'
sh "${mvnHome}/bin/mvn clean verify"
sh "${mvnHome}/bin/mvn -U clean verify"

stage 'Run'
withCredentials([[$class: 'UsernamePasswordMultiBinding', credentialsId: 'artifactoryAdmin',
Expand Down

0 comments on commit 41716f3

Please sign in to comment.