Copy config files tree
Make it easier for a complex organisation of configuration files for testing, since JJB supports recursive searching and storing of scripts in separate files to be inlined automatically using the '!include*' tags. Change-Id: I858103a2dae4aebdfbd9762b33858f4f84016350
This commit is contained in:
parent
4408bca1ed
commit
d9bdbef137
@ -28,8 +28,8 @@ then
|
||||
else
|
||||
git clone --depth=1 git://git.openstack.org/openstack-infra/project-config
|
||||
fi
|
||||
cp project-config/jenkins/jobs/* old/config
|
||||
cp project-config/jenkins/jobs/* new/config
|
||||
cp -r project-config/jenkins/jobs/* old/config
|
||||
cp -r project-config/jenkins/jobs/* new/config
|
||||
cd ..
|
||||
GITHEAD=`git rev-parse HEAD`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user