From afc399e91699f31cf415709e4c3910f79d592e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Mon, 23 Mar 2020 17:10:13 +0100 Subject: [PATCH] added missing comma --- 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 7a1018e..73db971 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: 'https://github.com/llvm/llvm-project.git', branch: "phab-diff-${DIFF_ID}" sh 'git clean -fdx' sh 'git show -s' }