commit | adeb1d453a5d324efe68e0ffbc206d49dacdce57 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Tue Apr 10 11:56:48 2018 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Tue Apr 10 11:56:48 2018 -0700 |
tree | c3256b276eb3c121288d8f528dd371cfde75bf75 | |
parent | d1c30818a66c08bce6144c82c36a946b26266a33 [diff] |
update to JJB 2.0.3 for compat with new global-jjb version Change-Id: Ia241bb35f2b2ff2c6b01f5b435e51cda3d5e2a27
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 update
to obtain these submodules, asrepo
won'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.