Skip to content

Commit

Permalink
Merge pull request jenkinsci#149 from skumar7322/JENKINS_38781_Unshel…
Browse files Browse the repository at this point in the history
…veIssue

JENKINS-38781 : p4 unshelve not updating
  • Loading branch information
p4paul authored Jun 8, 2022
2 parents 0d1ccbf + bcfa366 commit 4230a84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class UnshelveTask extends AbstractTask implements FileCallable<Boolean>,
private final String resolve;
private final boolean tidy;
private long shelf;
private final TagAction tagAction;
private final transient TagAction tagAction;

public UnshelveTask(String credential, Run<?, ?> run, TaskListener listener, String resolve, boolean tidy) {
super(credential, run, listener);
Expand Down

0 comments on commit 4230a84

Please sign in to comment.