From 7f46ab8fecc98ad8ccdb3cc8de38dd997ba44bcd Mon Sep 17 00:00:00 2001 From: Andreas Date: Fri, 27 Sep 2019 15:53:00 +0200 Subject: [PATCH] refspec --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4b01418..bc1d83d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ node { ''' } stage ('Checkout'){ - git branch: 'Dev', url: 'https://github.com/github.com:Hion-V/hForumPHP.git' + git branch: 'refs/heads/Dev', url: 'https://github.com/github.com:Hion-V/hForumPHP.git' } stage('prepare') { sh '''