This commit is contained in:
Andreas 2019-09-27 15:38:25 +02:00
parent 717cf1f32d
commit ac26f1e5ec

7
Jenkinsfile vendored
View File

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