Merge pull request #22 from RightBrain-Networks/pipeline/bugfix

CleanWS -> updateGithubCommitStatus
This commit is contained in:
Derek DeJonghe 2019-11-26 13:12:19 -05:00 committed by GitHub
commit ce7260831b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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') }
}
}