Skip to content

Commit

Permalink
a try to fix an issue with accessing cc.xml (JENKINS-12750)
Browse files Browse the repository at this point in the history
  • Loading branch information
imod committed Feb 17, 2012
1 parent 37223a7 commit 6a70d7f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -103,7 +103,7 @@ public String getIconFileName() {
*/
@Override
public String getUrlName() {
return Jenkins.getInstance().hasPermission(getRequiredPermissionForRunScript()) ? "scriptler" : null;
return "scriptler";
}

public boolean disableRemoteCatalog() {
Expand Down

0 comments on commit 6a70d7f

Please sign in to comment.