Skip to content

Commit

Permalink
Merge pull request #1 from mathieu-pousse/master
Browse files Browse the repository at this point in the history
[FIXED JENKINS-19669] add stop, restart, prepare for shutdown as default filter
  • Loading branch information
olivergondza committed Aug 26, 2015
2 parents 8312004 + 4826421 commit 1c52762
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -47,7 +47,8 @@
*/
public class AuditTrailPlugin extends Plugin {
private String pattern = ".*/(?:configSubmit|doDelete|postBuildResult|enable|disable|"
+ "cancelQueue|stop|toggleLogKeep|doWipeOutWorkspace|createItem|createView|toggleOffline)";
+ "cancelQueue|stop|toggleLogKeep|doWipeOutWorkspace|createItem|createView|toggleOffline|"
+ "cancelQuietDown|quietDown|restart|exit|safeExit)";
private boolean logBuildCause = true;

private List<AuditLogger> loggers = new ArrayList<AuditLogger>();
Expand Down

0 comments on commit 1c52762

Please sign in to comment.