Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-19669] add stop, restart, prepare for shutdown as defa…
…ult filter
  • Loading branch information
mathieu-pousse committed Sep 25, 2013
1 parent e6b3357 commit 4826421
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -62,7 +62,8 @@
*/
public class AuditTrailPlugin extends Plugin {
private String log, pattern = ".*/(?:configSubmit|doDelete|postBuildResult|"
+ "cancelQueue|stop|toggleLogKeep|doWipeOutWorkspace|createItem|createView|toggleOffline)";
+ "cancelQueue|stop|toggleLogKeep|doWipeOutWorkspace|createItem|createView|" +
"toggleOffline|cancelQuietDown|quietDown|restart|exit|safeExit)";
private int limit = 1, count = 1;
private boolean logBuildCause = true;

Expand Down

0 comments on commit 4826421

Please sign in to comment.