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

Commit

Permalink
Fixed build of bo
Browse files Browse the repository at this point in the history
  • Loading branch information
tfennelly committed Sep 23, 2016
1 parent ba9a522 commit 883f1a1
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 @@ -32,7 +32,7 @@ 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 "mvn clean test-compile install -DskipTests"
sh "cd blueocean-plugin && mvn clean test-compile install -DskipTests"
}
sh "mvn clean install -DskipTests"

Expand Down

0 comments on commit 883f1a1

Please sign in to comment.