From e042eb8b2e137bcebad4b740e3e0d2942b967175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Thu, 17 Oct 2019 17:43:46 +0200 Subject: [PATCH] added checkout --- Jenkins/Phabricator-pipeline/Jenkinsfile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Jenkins/Phabricator-pipeline/Jenkinsfile b/Jenkins/Phabricator-pipeline/Jenkinsfile index f73d8a5..032489c 100644 --- a/Jenkins/Phabricator-pipeline/Jenkinsfile +++ b/Jenkins/Phabricator-pipeline/Jenkinsfile @@ -14,8 +14,16 @@ pipeline { agent any - + parameters { + string(name: 'DIFF_ID') + string(name: 'PHID') + } stages { + stage("git checkout"){ + git url: 'https://github.com/llvm/llvm-project.git' + ) + // https://github.com/google/llvm-premerge-checks.git + } stage('Build') { steps { echo 'Building..'