From 6fb554b5d698a01c7b31db26a6cc1acdc3ea40d0 Mon Sep 17 00:00:00 2001 From: Andreas Date: Fri, 27 Sep 2019 15:58:19 +0200 Subject: [PATCH] test --- Jenkinsfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index bc1d83d..5a03d88 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,12 +14,11 @@ node { ''' } stage ('Checkout'){ - git branch: 'refs/heads/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' + echo env.BRANCH_NAME } stage('prepare') { sh ''' - #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 '''