Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(jenkins): fix sent result from jenkins to github
Browse files Browse the repository at this point in the history
Refs: #5568
  • Loading branch information
kduret committed Aug 23, 2017
1 parent 7c29262 commit fb17b32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,6 @@ try {
"*COMMIT*: <https://github.com/centreon/centreon/commit/${source.COMMIT}|here> by ${source.COMMITTER}\n" +
"*INFO*: ${e}"
}

currentBuild.result = 'FAILURE'
}

0 comments on commit fb17b32

Please sign in to comment.