From ac26f1e5ec814af99d9e9f596789bb3896dbc3bb Mon Sep 17 00:00:00 2001 From: Andreas Date: Fri, 27 Sep 2019 15:38:25 +0200 Subject: [PATCH] test --- Jenkinsfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 '''