Replace CleanWs() with commit status

This commit is contained in:
Layla 2019-11-26 12:19:06 -05:00
parent 980cf31293
commit 5e649e9226

7
Jenkinsfile vendored
View File

@ -85,10 +85,9 @@ pipeline {
}
}
}
post {
always {
cleanWs()
}
post {
success { updateGithubCommitStatus(GITHUB_URL, 'Passed build and test', 'SUCCESS') }
failure { updateGithubCommitStatus(GITHUB_URL, 'Failed build and test', 'FAILURE') }
}
}