Skip to content

Commit

Permalink
[JENKINS-47736] Do not even try to persist an Authentication.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Oct 30, 2017
1 parent 52ef2fe commit 3d9ebde
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@
*/
public final class MockQueueItemAuthenticator extends QueueItemAuthenticator {

private final Map<String,Authentication> jobsToUsers;
private transient final Map<String,Authentication> jobsToUsers;

/**
* Creates a new authenticator.
Expand Down

0 comments on commit 3d9ebde

Please sign in to comment.