From 39e365688f4e23207ee00ca364e8f74c9e7bf1e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Thu, 17 Oct 2019 17:57:40 +0200 Subject: [PATCH] added missing brace --- Jenkins/Phabricator-pipeline/Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkins/Phabricator-pipeline/Jenkinsfile b/Jenkins/Phabricator-pipeline/Jenkinsfile index 05d1f95..b287496 100644 --- a/Jenkins/Phabricator-pipeline/Jenkinsfile +++ b/Jenkins/Phabricator-pipeline/Jenkinsfile @@ -27,7 +27,8 @@ pipeline { { git branch: "develop", url: 'https://github.com/google/llvm-premerge-checks.git' - } + } + } } stage('CMake') { steps {