Skip to content

Commit

Permalink
[FIXED JENKINS-15735] Correct tagging action across multiple modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mc1arke committed Oct 20, 2013
1 parent 0f47d5c commit 612c500
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ public class CvsTagActionWorker extends TaskThread {
private final CvsTagAction parent;
private final boolean createBranch;
private final boolean moveTag;
private boolean isSuccess = false;
private boolean isSuccess = true;

public CvsTagActionWorker(final CvsRevisionState revisionState,
final String tagName, final boolean createBranch, final AbstractBuild<?, ?> build,
Expand Down

0 comments on commit 612c500

Please sign in to comment.