Skip to content

Commit

Permalink
[JENKINS-29225] Failed to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Jul 4, 2015
1 parent ab3a078 commit 3e5f918
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 3e5f918

Please sign in to comment.