| commit | c585d0677032a5cb9849eb1840171a6fe93a94e2 | [log] [tgz] |
|---|---|---|
| author | Kailash Khalasi <kailash@onlab.us> | Fri Apr 06 16:22:40 2018 -0700 |
| committer | Kailash Khalasi <kailash@onlab.us> | Mon Apr 09 09:25:19 2018 -0700 |
| tree | 76b70aaaced8db5d590012a1f8379d8c055ff0cb | |
| parent | d8a59776de028ea3d7209aa3f8c3e7f9d221cd06 [diff] |
adding nightly builds to jjb pipeline script Change-Id: I4d15cdb74b195ceb398df11cf7d7491090b8e99a
This repo holds configuration for the Jenkins testing infrastructure used by CORD.
The best way to work with this repo is to check it out with repo, per these instructions: Downloading testing and QA repositories
NOTE: This repo uses git submodules. If you have trouble with the tests or other tasks, please run:
git submodule init && git submodule updateto obtain these submodules, asrepowon't do this automatically for you.
Documentation for Jenkins Job Builder (JJB)
JJB job definitions can be tested by running:
make test
Which will create a python virtualenv, install jenkins-job-builder in it, then try building all the job files.