Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ public static final class DescriptorImpl extends TriggerDescriptor {
* value in the global.jelly file as this value is dynamic and will not be
* retained once configure() is called.
*/
private String requestForTestingPhrase = "Can one of the admins verify this patch?";
private String whitelistPhrase = ".*add\\W+to\\W+whitelist.*";
private String okToTestPhrase = ".*ok\\W+to\\W+test.*";
private String retestPhrase = ".*test\\W+this\\W+please.*";
Expand Down Expand Up @@ -678,8 +679,6 @@ public List<GhprbGitHubAuth> getDefaultAuth(List<GhprbGitHubAuth> githubAuth) {

private String adminlist;

private String requestForTestingPhrase;

// map of jobs (by their fullName) and their map of pull requests
private transient Map<String, Map<Integer, GhprbPullRequest>> jobs;

Expand Down