From f545a531f6bf86f96f2a561765e8c4a68cc2f679 Mon Sep 17 00:00:00 2001 From: Karsten Thoms Date: Tue, 2 Apr 2019 11:52:11 +0200 Subject: [PATCH] =?UTF-8?q?[eclipse/xtext#1424]=C2=A0Change=20default=20Je?= =?UTF-8?q?nkins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use https://ci.eclipse.org/xtext as default Jenkins URL Signed-off-by: Karsten Thoms --- README.md | 4 ++-- gradle/bootstrap-setup.gradle | 2 +- gradle/upstream-repositories.gradle | 4 ++-- releng/pom.xml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9bdf47418..b184ccb5c 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Check out and run `./gradlew build`. Additional command line arguments: - `-PcompileXtend=true` activates the [Xtend](http://xtend-lang.org) compiler, but this is optional because the generated Java code is included in the repository. - - `-PuseJenkinsSnapshots=true` switches to using the Maven repository generated by the [Jenkins build job](https://services.typefox.io/open-source/jenkins/job/xtext-lib/) for [xtext-lib](https://github.com/eclipse/xtext-lib). Without this argument, [Sonatype snapshots](https://oss.sonatype.org/content/repositories/snapshots) are used. + - `-PuseJenkinsSnapshots=true` switches to using the Maven repository generated by the [Jenkins build job](https://ci.eclipse.org/xtext/job/xtext-lib/) for [xtext-lib](https://github.com/eclipse/xtext-lib). Without this argument, [Sonatype snapshots](https://oss.sonatype.org/content/repositories/snapshots) are used. ## Continuous Integration -This project is built by the [xtext-core multi-branch job on Jenkins](https://services.typefox.io/open-source/jenkins/job/xtext-core/). +This project is built by the [xtext-core multi-branch job on Jenkins](https://ci.eclipse.org/xtext/job/xtext-core/). diff --git a/gradle/bootstrap-setup.gradle b/gradle/bootstrap-setup.gradle index f280a2e31..1152df6ba 100644 --- a/gradle/bootstrap-setup.gradle +++ b/gradle/bootstrap-setup.gradle @@ -2,7 +2,7 @@ * Root project configuration that is reused by subprojects to apply the Xtend compiler. */ if (!hasProperty('JENKINS_URL')) { - ext.JENKINS_URL = 'https://services.typefox.io/open-source/jenkins' + ext.JENKINS_URL = 'https://ci.eclipse.org/xtext' } // The repositories to query when constructing the Xtend compiler classpath diff --git a/gradle/upstream-repositories.gradle b/gradle/upstream-repositories.gradle index 749c2c4e7..e16893c88 100644 --- a/gradle/upstream-repositories.gradle +++ b/gradle/upstream-repositories.gradle @@ -10,7 +10,7 @@ */ if (!hasProperty('JENKINS_URL')) { - ext.JENKINS_URL = 'https://services.typefox.io/open-source/jenkins' + ext.JENKINS_URL = 'https://ci.eclipse.org/xtext' } ext.MVN_REPOPATH = 'lastStableBuild/artifact/build/maven-repository/' @@ -26,7 +26,7 @@ def jenkinsPipelineRepo = { jobName, branch -> repositories { jcenter() if (findProperty('useJenkinsSnapshots') == 'true') { - maven { url "https://services.typefox.io/open-source/jenkins/job/lsp4j/job/master/$MVN_REPOPATH" } + maven { url "https://ci.eclipse.org/xtext/job/lsp4j/job/master/$MVN_REPOPATH" } maven { url jenkinsPipelineRepo('xtext-lib','autodetect') } } else { mavenLocal() diff --git a/releng/pom.xml b/releng/pom.xml index 2076809af..7587d6992 100644 --- a/releng/pom.xml +++ b/releng/pom.xml @@ -11,7 +11,7 @@ ISO-8859-1 1.3.0 ${basedir}/.. - https://services.typefox.io/open-source/jenkins + https://ci.eclipse.org/xtext master @@ -29,7 +29,7 @@ maven - https://services.typefox.io/open-source/jenkins/job/lsp4j/job/master/lastStableBuild/artifact/build/maven-repository + https://ci.eclipse.org/xtext/job/lsp4j/job/master/lastStableBuild/artifact/build/maven-repository maven2