From 3c098379d2e05d37c0ec643bbb3713a554597d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Mon, 23 Mar 2020 17:12:25 +0100 Subject: [PATCH] fixed url --- Jenkins/BETA-phabricator-linux/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkins/BETA-phabricator-linux/Jenkinsfile b/Jenkins/BETA-phabricator-linux/Jenkinsfile index 73db971..75a371e 100644 --- a/Jenkins/BETA-phabricator-linux/Jenkinsfile +++ b/Jenkins/BETA-phabricator-linux/Jenkinsfile @@ -56,7 +56,7 @@ pipeline { steps { dir("${LLVM_DIR}") { - git url: 'https://github.com/llvm/llvm-project.git', branch: "phab-diff-${DIFF_ID}" + git url: 'git@github.com:llvm-premerge-tests/llvm-project.git', branch: "phab-diff-${DIFF_ID}" sh 'git clean -fdx' sh 'git show -s' }