Skip to content

Commit

Permalink
Post publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Varache committed Oct 1, 2018
1 parent 7ee6056 commit 01a9b49
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ pipeline {
}
post {
always {
node('ubuntu_18.04') {
junit allowEmptyResults: true, testResults: 'test-results.xml'
}
junit allowEmptyResults: true, testResults: 'test-results.xml'
}
regression {
notify_culprits currentBuild.result
Expand Down

0 comments on commit 01a9b49

Please sign in to comment.