Skip to content

Commit

Permalink
Configuring Jenkins
Browse files Browse the repository at this point in the history
Autocommit Sat Jan 06 08:41:22 AEDT 2018
  • Loading branch information
Max Rohde committed Jan 5, 2018
1 parent b4aaead commit 34fbb85
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Jenkinsfile
Expand Up @@ -16,11 +16,7 @@ pipeline {
steps {
sh 'mvn -Dmaven.test.failure.ignore=true install'
}
post {
success {
junit 'target/surefire-reports/**/*.xml'
}
}

}
}
}
Expand Down

0 comments on commit 34fbb85

Please sign in to comment.