This commit is contained in:
Andreas 2019-09-27 15:53:00 +02:00
parent 20ef53ec59
commit 7f46ab8fec

2
Jenkinsfile vendored
View File

@ -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 '''