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" }