Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
use a local nexus repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tfennelly committed Sep 23, 2016
1 parent 6fcb1e9 commit 5037a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ node {
git url: 'https://github.com/jenkinsci/blueocean-plugin.git'
// Need test-compile because the rest-impl has a test-jar that we
// need to make sure gets compiled and installed for other modules.
sh "cd blueocean-plugin && mvn -s /home/bouser/settings.xml clean test-compile install -DskipTests"
sh "cd blueocean-plugin && mvn clean test-compile install -DskipTests"
}
sh "mvn -s /home/bouser/settings.xml clean install -DskipTests"
sh "mvn clean install -DskipTests"

// Run the ATH
stage 'run'
Expand Down

0 comments on commit 5037a4f

Please sign in to comment.