From 7c6600596e64ccb1f4d19ca2e0f2776a6433aac6 Mon Sep 17 00:00:00 2001 From: teajay Date: Thu, 28 May 2020 21:14:09 +0200 Subject: [PATCH] Hello World --- Pipeline/Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Pipeline/Jenkinsfile b/Pipeline/Jenkinsfile index 9e57eb2..b7c6422 100644 --- a/Pipeline/Jenkinsfile +++ b/Pipeline/Jenkinsfile @@ -23,8 +23,7 @@ pipeline { git "${REPO_SCRIPTS}" } dir("${DIR_GLUON}"){ - git url: "${REPO_GLUON}" - branch: "${VERSION}" + git url: "${REPO_GLUON}", branch: "${VERSION}" } sh "ls -l" }