From cf2ca87037b664cfb4bde1927d5528cb65aa6796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Thu, 17 Oct 2019 18:02:14 +0200 Subject: [PATCH] fixed 2nd branch --- Jenkins/Phabricator-pipeline/Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkins/Phabricator-pipeline/Jenkinsfile b/Jenkins/Phabricator-pipeline/Jenkinsfile index b287496..1832ce9 100644 --- a/Jenkins/Phabricator-pipeline/Jenkinsfile +++ b/Jenkins/Phabricator-pipeline/Jenkinsfile @@ -25,8 +25,7 @@ pipeline { sh 'mkdir -p llvm-premerge-checks' dir("llvm-premerge-checks") { - git branch: "develop", - url: 'https://github.com/google/llvm-premerge-checks.git' + git url: 'https://github.com/google/llvm-premerge-checks.git' } } }