Repository: cassandra-builds Updated Branches: refs/heads/master b15c7c055 -> b0f3195e4
Switch to ASF r/o git mirror for cassandra-dtest Project: http://git-wip-us.apache.org/repos/asf/cassandra-builds/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra-builds/commit/b0f3195e Tree: http://git-wip-us.apache.org/repos/asf/cassandra-builds/tree/b0f3195e Diff: http://git-wip-us.apache.org/repos/asf/cassandra-builds/diff/b0f3195e Branch: refs/heads/master Commit: b0f3195e4e85b1f7dddb63823a88216cd3a024a4 Parents: b15c7c0 Author: Michael Shuler <[email protected]> Authored: Thu Jul 13 09:59:03 2017 -0500 Committer: Michael Shuler <[email protected]> Committed: Thu Jul 13 09:59:03 2017 -0500 ---------------------------------------------------------------------- jenkins-dsl/cassandra_job_dsl_seed.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/b0f3195e/jenkins-dsl/cassandra_job_dsl_seed.groovy ---------------------------------------------------------------------- diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy index be1c8ae..d251bf4 100644 --- a/jenkins-dsl/cassandra_job_dsl_seed.groovy +++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy @@ -30,7 +30,7 @@ def buildsBranch = "master" if(binding.hasVariable("CASSANDRA_BUILDS_BRANCH")) { buildsBranch = "${CASSANDRA_BUILDS_BRANCH}" } -def dtestRepo = "https://github.com/riptano/cassandra-dtest.git" +def dtestRepo = "https://git.apache.org/cassandra-dtest.git" if(binding.hasVariable("CASSANDRA_DTEST_GIT_URL")) { dtestRepo = "${CASSANDRA_DTEST_GIT_URL}" } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
