We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4b7f6 commit c67c023Copy full SHA for c67c023
resources/var/tmp/scm/init.script.d/020-configuration.groovy
@@ -55,9 +55,6 @@ def context = injector.getInstance(SCMContextProvider.class);
55
String pluginCenterUrl = getValueFromEtcd("plugin_center_url");
56
if (pluginCenterUrl != null && !pluginCenterUrl.isEmpty()) {
57
config.setPluginUrl(pluginCenterUrl);
58
-} else if (context.version.contains("SNAPSHOT")) {
59
- config.setPluginUrl("https://oss.cloudogu.com/jenkins/job/scm-manager-github/job/ci-plugin-snapshot/job/master/lastSuccessfulBuild/artifact/plugins/plugin-center.json");
60
- config.setPluginAuthUrl("");
61
}
62
63
String pluginCenterAuthenticationUrl = getValueFromEtcd("plugin_center_authentication_url");
0 commit comments