Skip to content

Commit

Permalink
Merge pull request #81 from jglick/whitelist-JENKINS-47736
Browse files Browse the repository at this point in the history
[JENKINS-47736] Do not even try to persist an Authentication
  • Loading branch information
jglick committed Nov 28, 2017
2 parents 52ef2fe + 3d9ebde commit 0639913
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 0639913

Please sign in to comment.