summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-script.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-02-24Move all maven definitions to variablesAndrew Grimberg1-29/+29
* Make sure that the maven version is not hard coded into any templates or macros * Set a global default maven version so that projects do not need to define it unless they need a different version from the default Change-Id: Ifd7dfe2e521fd88b52de96a00a3ef63953d4f682 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-23Merge "Added manual release trigger"Andrew Grimberg1-1/+9
2017-02-23Added manual release triggerLisa Revel1-1/+9
Change-Id: Ife9aae731088a271f1628129f1614dff7f29934f Signed-off-by: Lisa Revel <lr0306@att.com>
2017-02-23removing time based triggertalasila1-3/+1
Change-Id: Ib03deebd9480baf94c7e8725e86e80c9c48b95d6 Signed-off-by: talasila <talasila@research.att.com>
2017-02-22portal docker release job addedtalasila1-0/+73
Change-Id: I2fccadd746027c9c70108a0ba5e9d1de66fed91c Signed-off-by: talasila <talasila@research.att.com>
2017-02-20Push maven-exec param on all script templatesAndrew Grimberg1-2/+18
Make sure that the maven-exec paramater is pushed on all script templates. Change-Id: I074222acc1b766090803d67287a3d40fb6b9802f Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-19adding back maven-exectalasila1-1/+12
Change-Id: I258cfd059b8b52795979dd7ec1579fb24b420067 Signed-off-by: talasila <talasila@research.att.com>
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>