| # Copyright 2017 Huawei Technologies Co., Ltd. |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| git commit -m 'Installed plugins, restarted Jenkins' > /dev/null |
| mkdir -p ~/.config/jenkins_jobs |
| cp /vagrant/jenkins_jobs.ini ~/.config/jenkins_jobs |
| pip install --user jenkins-job-builder |
| jenkins-job-builder update -r /vagrant/jjb |
| git commit -m 'Set up initial jobs' > /dev/null |