Skip to content

Commit

Permalink
Update Jenkins file
Browse files Browse the repository at this point in the history
  • Loading branch information
RensHam committed Oct 18, 2019
1 parent 237d685 commit fb05da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
void setBuildStatus(String message, String state) {
step([
$class: "GitHubCommitStatusSetter",
reposSource: [$class: "ManuallyEnteredRepositorySource", url: "https://github.com/Proteus-Eretes/hoesnelwasik_frontend"],
reposSource: [$class: "ManuallyEnteredRepositorySource", url: "https://github.com/Proteus-Eretes/IRIS-beamer"],
contextSource: [$class: "ManuallyEnteredCommitContextSource", context: "ci/jenkins/build-status"],
errorHandlers: [[$class: "ChangingBuildStatusErrorHandler", result: "UNSTABLE"]],
statusResultSource: [ $class: "ConditionalStatusResultSource", results: [[$class: "AnyBuildResult", message: message, state: state]] ]
Expand Down

0 comments on commit fb05da6

Please sign in to comment.