Skip to content

Commit

Permalink
Merge pull request #1 from tucksaun/context-awareness
Browse files Browse the repository at this point in the history
Fixed configuration fixtures for commit status context
  • Loading branch information
farmdawgnation committed Dec 12, 2014
2 parents f279744 + 4a40d3e commit 81132cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/org/jenkinsci/plugins/ghprb/GhprbIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ private JSONObject provideConfiguration() {
jsonObject.put("okToTestPhrase", "ok to test");
jsonObject.put("retestPhrase", "retest this please");
jsonObject.put("skipBuildPhrase", "[skip ci]");
jsonObject.put("commitStatusContext", "jenkins");
jsonObject.put("cron", "*/1 * * * *");
jsonObject.put("useComments", "true");
jsonObject.put("logExcerptLines", "0");
Expand Down

0 comments on commit 81132cb

Please sign in to comment.