From 213a8351fd266294e17a862b4d223c1968800a09 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Fri, 16 Jun 2017 13:44:28 -0700 Subject: Added vagrant setup for a Jenkins system for ONAP Add a set of vagrant scripts that will set up a local Jenkins environment with pre-defined jobs to build all the ONAP java code and docker images. Change-Id: I67ed254bcb38a7be989b7c2861fd3ea4ec9c66f2 Signed-off-by: Gary Wu --- bootstrap/jenkins/vagrant/jenkins_jobs.ini | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bootstrap/jenkins/vagrant/jenkins_jobs.ini (limited to 'bootstrap/jenkins/vagrant/jenkins_jobs.ini') diff --git a/bootstrap/jenkins/vagrant/jenkins_jobs.ini b/bootstrap/jenkins/vagrant/jenkins_jobs.ini new file mode 100644 index 000000000..5cc6dc9f3 --- /dev/null +++ b/bootstrap/jenkins/vagrant/jenkins_jobs.ini @@ -0,0 +1,13 @@ +[job_builder] +ignore_cache=True +keep_descriptions=False +include_path=.:scripts:~/git/ +recursive=False +exclude=.*:manual:./development +allow_duplicates=False + +[jenkins] +user=jenkins +password=jenkins +url=http://localhost:8080 +query_plugins_info=False -- cgit 1.2.3-korg