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

5
Jenkinsfile vendored
View File

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