Navigation Menu

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 9d10212 commit 0f47d5c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -83,7 +83,7 @@ public void perform(final TaskListener listener) throws IOException, Interrupted
listener.getLogger()));

try {
isSuccess |= cvsClient.executeCommand(rtagCommand, globalOptions);
isSuccess = isSuccess && cvsClient.executeCommand(rtagCommand, globalOptions);
} catch (CommandAbortedException e) {
e.printStackTrace(listener
.error("The CVS rtag command was aborted"));
Expand Down

0 comments on commit 0f47d5c

Please sign in to comment.