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 {
|
post {
|
||||||
always {
|
success { updateGithubCommitStatus(GITHUB_URL, 'Passed build and test', 'SUCCESS') }
|
||||||
cleanWs()
|
failure { updateGithubCommitStatus(GITHUB_URL, 'Failed build and test', 'FAILURE') }
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user