From 4c587d6df7bb0bd0d096cf98a93569c4e8403649 Mon Sep 17 00:00:00 2001 From: Andreas Date: Fri, 27 Sep 2019 16:11:28 +0200 Subject: [PATCH] moving the dev_mvc folder from correct path --- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index eb88c04..6426078 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,10 +18,8 @@ node { } 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 + cp -r dev_mvc jenkins-testapache/app ''' } stage('build'){