This is an automated email from the ASF dual-hosted git repository. mck pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
The following commit(s) were added to refs/heads/master by this push: new 3ec9a12 ninja-fix: github urls 3ec9a12 is described below commit 3ec9a12a5959ca9caa0d05fed7ed922f62df4a68 Author: Mick Semb Wever <m...@apache.org> AuthorDate: Thu Jun 25 14:33:52 2020 +0200 ninja-fix: github urls --- jenkins-dsl/cassandra_job_dsl_seed.groovy | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy index 7315c59..9c99d2d 100644 --- a/jenkins-dsl/cassandra_job_dsl_seed.groovy +++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy @@ -22,11 +22,11 @@ if(binding.hasVariable("CASSANDRA_LARGE_SLAVE_LABEL")) { largeSlaveLabel = "${CASSANDRA_LARGE_SLAVE_LABEL}" } def mainRepo = "https://gitbox.apache.org/repos/asf/cassandra.git" -def githubRepo = "https://github.com/apache/cassandra.git" +def githubRepo = "https://github.com/apache/cassandra" if(binding.hasVariable("CASSANDRA_GIT_URL")) { mainRepo = "${CASSANDRA_GIT_URL}" // just presume custom repos are github, not critical if they are not - githubRepo = "${mainRepo}" + githubRepo = "${mainRepo}".minus(".git") } def buildsRepo = "https://gitbox.apache.org/repos/asf/cassandra-builds.git" if(binding.hasVariable("CASSANDRA_BUILDS_GIT_URL")) { @@ -458,6 +458,9 @@ cassandraBranches.each { numToKeep(30) artifactNumToKeep(10) } + properties { + githubProjectUrl(githubRepo) + } definition { cpsScm { scm { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org