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' }