summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-python.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-02-24De-lint JJB filesAndrew Grimberg1-6/+6
* De-lint files * Move the sonar URL calls to a global Jenkins Variable Change-Id: Ic2086d922e848596aab2f2471ee8e615c34f581e Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-24Move all maven definitions to variablesAndrew Grimberg1-4/+4
* 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-24Add maven-exec parameter to all job templatesAndrew Grimberg1-1/+7
Change-Id: Iff15759773174e55ff23144bbbfd326f1d7ca505 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-24clone eteutils and heatbridge for setup.shjf98601-0/+58
Changes as pre review Change-Id: I9325522c118cc46eabfbf350b0ee5ec088df5707 Signed-off-by: jf9860 <jf9860@att.com>
2017-02-23spelled testsuite wrongDR695H1-3/+3
spelled testsuite wrong in the docker tags and image names Change-Id: Ie9f9cccbb87b485e2d350571b2535ff56ceb6386 Signed-off-by: DR695H <dr695h@att.com>
2017-02-23renaming the file we build to have the slashDR695H1-1/+1
renaming the file we build to have the slash otherwise the tag command and push command dont match the build command Change-Id: I523cfc80c0cd3df926cb6b0379e02d16cd8e12be Signed-off-by: DR695H <dr695h@att.com>
2017-02-23adjusting the template to use the correct tag nameDR695H1-1/+1
adjusting the template to use the correct tag name, since ete was an internal tag name Change-Id: Ib091bff2cdd6a81815f9759b950076e40d6997b7 Signed-off-by: DR695H <dr695h@att.com>
2017-02-23updating the python docker buildDR695H1-1/+6
updating the python docker build to just run the docker build straight without another script Change-Id: I1f720153186310f23e5f303f502f778d8e4db19f Signed-off-by: DR695H <dr695h@att.com>
2017-02-20python templates for docker releasesDR695H1-0/+43
adding a job to pytyhon templates to handle docker pushes Change-Id: I31bec7bf4cd79b42e799fc755492e159303a617b Signed-off-by: DR695H <dr695h@att.com>
2017-02-16Make sure python tox is run in bashAndrew Grimberg1-0/+1
The tox build script is making bash calls and Jenkins defaults to sh Change-Id: I51c99edb8ed64f8274c225794b15d9cbfbbe3a82 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-10Always provide maven settings to jobsAndrew Grimberg1-0/+3
Python job template did not have the first build step be the provide-maven-settings step which gets our global settings and project specific settings into the environment for use by scripts. Change-Id: Ia2044a07b58abc8d24de6f6621bf0272c52032cb Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-01-31Add mso/libs project job definitionsAndrew Grimberg1-1/+1
Use the mso maven settings configuration for now as we have yet to get an mso-libs definition in the system and mso will cover it for groupId namespace. Additionally fix the job templates to use a project-name and project variables instead of a single project variable as projects that have a '/' in their name break job names in Jenkins Change-Id: I1605599f96eab45e72b885b6abe2ea8f3865808d Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-01-31Java and Python templates need artifacts specificationAndrew Grimberg1-0/+1
Change-Id: I6f4170aa2b113e30fcf05f8fcbb685708cc16bcd Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-01-31Clean-up base java and python job templatesAndrew Grimberg1-3/+8
Change-Id: I03205b412a32adf7daa0294b6624037fedf9c3c9 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-01-31Temporarily disable logshippingAndrew Grimberg1-3/+3
While we are still in early access only mode log shipping from Jenkins does not work properly since it relies on being able to pull the Jenkins logs without needing to login to Jenkins. Change-Id: Ic0082f938d63661504a5d0a65e60d92d7ddbd0e5 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-01-30Initial ci-management uploadAndrew Grimberg1-0/+56
* Configure initial jobs and validate Jenkins environment * Do not hook up packer build jobs at this time Change-Id: I1818e8680d215318410f6beff5af054db03e7fa1 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>