Skip to content

Commit

Permalink
Merge pull request #121 from recena/JENKINS-29225
Browse files Browse the repository at this point in the history
[JENKINS-29225] Failed to tag
  • Loading branch information
recena committed Jul 6, 2015
2 parents f1c2a9c + 3e5f918 commit 459a314
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/hudson/scm/SubversionTagAction.java
Expand Up @@ -70,7 +70,6 @@
import java.io.IOException;
import java.io.PrintStream;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
Expand Down Expand Up @@ -229,7 +228,7 @@ public synchronized void doSubmit(StaplerRequest req, StaplerResponse rsp) throw
newTags.put(e,parser.get("name" + i));
}

String credentialsId = parser.get("credentialsId");
String credentialsId = parser.get("_.credentialsId");
StandardCredentials upc = null;
if (credentialsId != null) {
Item context = req.findAncestorObject(Item.class);
Expand Down

0 comments on commit 459a314

Please sign in to comment.