Skip to content

Commit

Permalink
Removing junit and artifacts for now, need XML support for it. (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoblizz committed Feb 23, 2018
1 parent e4d726b commit 5a28a03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Expand Up @@ -79,11 +79,10 @@ pipeline {
}
post {
always {
archiveArtifacts artifacts: 'build/libs/**/*.jar', fingerprint: true
junit 'build/reports/**/*.xml'
cleanWs()
}
success {
// Implement: junit 'build/reports/**/*.xml'
notifySlack('SUCCESS')
}
failure {
Expand Down

0 comments on commit 5a28a03

Please sign in to comment.