This commit is contained in:
Andreas 2019-09-27 15:58:19 +02:00
parent 7f46ab8fec
commit 6fb554b5d6

5
Jenkinsfile vendored
View File

@ -14,12 +14,11 @@ node {
''' '''
} }
stage ('Checkout'){ 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') { stage('prepare') {
sh ''' 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 git clone git@github.com:Hion-V/jenkins-testapache.git
cp -r hForumPHP/dev_mvc jenkins-testapache/app cp -r hForumPHP/dev_mvc jenkins-testapache/app
''' '''