summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-python.yaml
AgeCommit message (Collapse)AuthorFilesLines
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>