test
This commit is contained in:
parent
717cf1f32d
commit
ac26f1e5ec
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -13,10 +13,13 @@ node {
|
|||||||
fi
|
fi
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
stage ('Checkout'){
|
||||||
|
git branch: 'Dev', url: 'https://github.com/github.com:Hion-V/hForumPHP.git'
|
||||||
|
}
|
||||||
stage('prepare') {
|
stage('prepare') {
|
||||||
sh '''
|
sh '''
|
||||||
git clone git@github.com:Hion-V/hForumPHP.git
|
#git clone git@github.com:Hion-V/hForumPHP.git
|
||||||
git -C ./hForumPHP/ checkout Dev
|
#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
|
||||||
'''
|
'''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user