moving the dev_mvc folder from correct path

This commit is contained in:
Andreas 2019-09-27 16:11:28 +02:00
parent a42f5eedb9
commit 4c587d6df7

4
Jenkinsfile vendored
View File

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