Add jenkins-init-scripts to global-jjb 88/10988/4
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 5 Jun 2018 03:43:25 +0000 (23:43 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 5 Jun 2018 16:09:05 +0000 (12:09 -0400)
commitd9aedddc8722e75fd24f9c7a9209e96ee5cea507
tree6ab3ce4e758eb793991efaaf7f4395efad44c577
parentf269be13382489a33818bdbb262796b5923a4197
Add jenkins-init-scripts to global-jjb

These are the minion initialization scripts that start running
when our cloud plugin spawns a new minion. They are responsible
for prepping the minion for Jenkins to take over and run the job.

Issue: RELENG-994
Change-Id: I68e242297db03752fcc415e5465e7bfa8ab66d79
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jenkins-init-scripts/README [new file with mode: 0644]
jenkins-init-scripts/basic-settings.sh [new file with mode: 0755]
jenkins-init-scripts/create-jenkins-user.sh [new file with mode: 0755]
jenkins-init-scripts/create-swap-file.sh [new file with mode: 0755]
jenkins-init-scripts/disable-firewall.sh [new file with mode: 0755]
jenkins-init-scripts/init.sh [new file with mode: 0755]