Replace CleanWs() with commit status
This commit is contained in:
parent
980cf31293
commit
5e649e9226
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -86,9 +86,8 @@ pipeline {
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
cleanWs()
|
||||
}
|
||||
success { updateGithubCommitStatus(GITHUB_URL, 'Passed build and test', 'SUCCESS') }
|
||||
failure { updateGithubCommitStatus(GITHUB_URL, 'Failed build and test', 'FAILURE') }
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user