summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-script.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-02-16Rename multi-scm job to two-scmAndrew Grimberg1-1/+1
A three-scm script job was just added, it is apropos to change the multi-scm job template to be named for how many scm it can handle Change-Id: I4093c81314a415e5f70e9f0ab42ffdb8791b62cd Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-16adding 3 scm script trigger templatetalasila1-0/+83
Change-Id: Ib4734ae1d2b151cae76bffb723569bfd170c69f0 Signed-off-by: talasila <talasila@research.att.com>
2017-02-08Add script verify and multi-scm script verifyAndrew Grimberg1-0/+132
* Add example templates for doing verify jobs that use a script instead of maven * Add new 'git-extra-project' macro for doing git checkouts that are not the base project checkout. These _must_ be checked out to a specified subdirectory * Add example template that does two git checkouts Change-Id: I522da87d591ee819a8fd67c22e25906b851a581e Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>