Skip to content

Commit

Permalink
Merge pull request #213 from bmunozm/fix-uc-url
Browse files Browse the repository at this point in the history
Update Update Center URL to always use HTTPS
  • Loading branch information
oleg-nenashev committed Dec 24, 2019
2 parents 38277ac + 4298659 commit 6c01e2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class PluginCompatTesterConfig {

private static final Logger LOGGER = Logger.getLogger(PluginCompatTesterConfig.class.getName());

public static final String DEFAULT_UPDATE_CENTER_URL = "http://updates.jenkins-ci.org/update-center.json";
public static final String DEFAULT_UPDATE_CENTER_URL = "https://updates.jenkins-ci.org/update-center.json";
public static final String DEFAULT_PARENT_GROUP = "org.jenkins-ci.plugins";
public static final String DEFAULT_PARENT_ARTIFACT = "plugin";
public static final String DEFAULT_PARENT_GAV = DEFAULT_PARENT_GROUP + ":" + DEFAULT_PARENT_ARTIFACT;
Expand Down

0 comments on commit 6c01e2c

Please sign in to comment.