Skip to content

Commit

Permalink
Modificata testsuite per fallire al primo errore
Browse files Browse the repository at this point in the history
  • Loading branch information
nardil committed Apr 10, 2020
1 parent 5c39f4f commit 7cdee70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -31,7 +31,7 @@ pipeline {
}
stage('test') {
steps {
sh 'cd ./integration-test; /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.1/bin/mvn clean test'
sh 'cd ./integration-test; /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.1/bin/mvn clean test -Dsurefire.skipAfterFailureCount=1'
}
post {
always {
Expand Down

0 comments on commit 7cdee70

Please sign in to comment.