diff --git a/Jenkinsfile b/Jenkinsfile index 8e8ea6e..f48a26a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,10 +13,13 @@ node { fi ''' } + stage ('Checkout'){ + git branch: 'Dev', url: 'https://github.com/github.com:Hion-V/hForumPHP.git' + } stage('prepare') { sh ''' - git clone git@github.com:Hion-V/hForumPHP.git - git -C ./hForumPHP/ checkout Dev + #git clone git@github.com:Hion-V/hForumPHP.git + #git -C ./hForumPHP/ checkout Dev git clone git@github.com:Hion-V/jenkins-testapache.git cp -r hForumPHP/dev_mvc jenkins-testapache/app '''