Skip to content

Commit

Permalink
oops I'd skipped tests until I got the rest working... my bad
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Jan 3, 2017
1 parent 689b46f commit 61ebbc5
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 @@ -31,7 +31,7 @@ node('ubuntu') {
def WORK_DIR=pwd()
stage 'Build / Unit Test'
withEnv(["PATH+MAVEN=$MAVEN_BUILD/bin","PATH+JDK=$JAVA7_HOME/bin"]) {
sh "mvn clean verify -B -U -e -fae -V -Dmaven.test.failure.ignore=true -Dmaven.repo.local=$WORK_DIR/.repository -DskipTests"
sh "mvn clean verify -B -U -e -fae -V -Dmaven.test.failure.ignore=true -Dmaven.repo.local=$WORK_DIR/.repository"
}
dir ('apache-maven/target') {
sh "mv apache-maven-*-bin.zip apache-maven-dist.zip"
Expand Down

0 comments on commit 61ebbc5

Please sign in to comment.