Replace CleanWs() with commit status

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

5
Jenkinsfile vendored
View File

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