~snappy-hwe-team/snappy-hwe-snaps/+git/jenkins-jobs:feature/workaround-old-jenkins

Last commit made on 2017-09-15
Get this branch:
git clone -b feature/workaround-old-jenkins https://git.launchpad.net/~snappy-hwe-team/snappy-hwe-snaps/+git/jenkins-jobs
Members of Snappy HWE Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
feature/workaround-old-jenkins
Repository:
lp:~snappy-hwe-team/snappy-hwe-snaps/+git/jenkins-jobs

Recent commits

917b7ac... by Simon Fels

Limit us to amd64 builds for now

05376cd... by Simon Fels

Merge branch 'f/correct-jlp-arrray-param' into feature/workaround-old-jenkins

9de7d72... by Simon Fels

jobs/infrastructure: put template var into same line to prevent invalid yaml

We ended up with

 jobs_blacklisted_from_messages: ""

with the current configuration but the variable needs to be an array.
The previous template didn't allow us to pass an empty array but with
keeping everything on the same line we can now set the variable to []
and generate a valid yaml file.

1a70219... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch f/fix-python-syntax

Merge-Proposal: https://code.launchpad.net/~morphis/snappy-hwe-snaps/+git/jenkins-jobs/+merge/330760

Author: Simon Fels <email address hidden>

Fix wrong python syntax

585e4a2... by Simon Fels

tools: use elif instead of else if

6070203... by Simon Fels

snap: check for metadata.yaml file before invoking documentation-builder

This detect trees we can't build properly.

0ff89bf... by Konrad ZapaƂowicz

Workaround not possible to pass build params to jobs

This commit makes it possible to pass build parameters to sub-projects
on older Jenkins (v2.43). It changes the multi-config project type.

89b225e... by =?utf-8?q?Konrad_Zapa=C5=82owicz?= <email address hidden>

Merge remote-tracking branch 'morphis/f/correct-params-for-docs-job'

d53e895... by Simon Fels

snap: use correct parameter name to access source git repository

fa63742... by Simon Fels

infrastructure: keep a copy of the repo utility we can rely on