summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-script.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-02-19portal's merge docker push job addedtalasila1-3/+0
Change-Id: I960faa37090e981cf473fd7f6582efe9b540fec7 Signed-off-by: talasila <talasila@research.att.com>
2017-02-19docker merge script job addedtalasila1-0/+67
Change-Id: Ib19df508e709c10a16f96dbbf88e5ae70cafacdf Signed-off-by: talasila <talasila@research.att.com>
2017-02-18yamllint fixes, and updated pgaas.yamllj14121-50/+39
Change-Id: Iafd28d475d7f70ae2cb61a841984465115e47b75 Signed-off-by: lj1412 <lji@research.att.com>
2017-02-18new script template and pgass' uselj14121-6/+421
Change-Id: I7e08f11433690e48a8751184abc955d3d5ec7446 Signed-off-by: lj1412 <lji@research.att.com>
2017-02-17Set MVN env var for scripts to useAndrew Grimberg1-0/+6
Change-Id: I5ab9ad5c0a885a0ff81e5f187e8f6db6f4d0c5e7 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
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>