Skip to content

Commit

Permalink
Update Jenkinsfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
fcojfernandez committed Nov 7, 2019
1 parent 83447f9 commit 25c152d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pipeline {
sh "mvn clean package -ntp"

// run tests
sh "mvn verify -ntp"
sh "mvn verify -ntp -DskipITs=false"
}

sh "jenkins/saveAndCompress.sh"
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pipeline {
sh "mvn clean package -ntp"

// run tests
sh "mvn verify -ntp -Dit.windows=true"
sh "mvn verify -ntp -Dit.windows=true -DskipITs=false"
}

sh "jenkins/saveAndCompress.sh"
Expand Down

0 comments on commit 25c152d

Please sign in to comment.