From f9a15e0cb32771c39efb2270d110b6f3eed08860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Thu, 16 Jan 2020 17:13:19 +0100 Subject: [PATCH] added comma --- Jenkins/release-linux-pipeline/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkins/release-linux-pipeline/Jenkinsfile b/Jenkins/release-linux-pipeline/Jenkinsfile index e5ca4ef..3988b43 100644 --- a/Jenkins/release-linux-pipeline/Jenkinsfile +++ b/Jenkins/release-linux-pipeline/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { stages { stage("git checkout"){ steps { - git url: 'https://github.com/llvm/llvm-project.git' branch: 'release/10.x' + git url: 'https://github.com/llvm/llvm-project.git', branch: 'release/10.x' sh 'git clean -fdx' dir("llvm-premerge-checks") {