Merge pull request #22 from RightBrain-Networks/pipeline/bugfix
CleanWS -> updateGithubCommitStatus
This commit is contained in:
commit
ce7260831b
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -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') }
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user