From 53b661079888defffa0fccc1fc3f1d8630ac9eb8 Mon Sep 17 00:00:00 2001 From: Martin Nowak Date: Sun, 9 Apr 2017 10:37:34 +0200 Subject: [PATCH] update pipeline ci repo url - finally moved repo under dlang --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b6ae0190e5..e0f3e3288f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ def clone (repo_url, git_ref = "master") { def pipeline node { dir('dlang/ci') { - clone 'https://github.com/Dicebot/dlangci.git', 'master' + clone 'https://github.com/dlang/ci.git', 'master' } pipeline = load 'dlang/ci/pipeline.groovy' }