~snappy-hwe-team/snappy-hwe-snaps/+git/jenkins-jobs:master

Last commit made on 2022-06-21
Get this branch:
git clone -b master 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

Recent commits

e17194c... by Alfonso Sanchez-Beato

jobs: do not import now unused credentials

48250dd... by Alfonso Sanchez-Beato

tools/common.sh: avoid empty function

3e6bb0c... by Alfonso Sanchez-Beato

tools: no need to do a login anymore

As now we have the credentials exported in
SNAPCRAFT_STORE_CREDENTIALS. We show id information instead. Also,
remove now unneeded sudo call and do not do a logout.

d7c24bb... by Alfonso Sanchez-Beato

jobs: import snappy-canonical-enablement where needed

fa896dd... by Alfonso Sanchez-Beato

tools/update-merge-proposal.py: decode works on bytes on python3

524ee55... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch fix-trigger-lp

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

Author: Alfonso Sanchez-Beato <email address hidden>

Adapt trigger-lp-build.py to python3

e451037... by Alfonso Sanchez-Beato

tools/trigger-lp-build.py: convert bytes to string for proper printing

1998fed... by Alfonso Sanchez-Beato

tools/trigger-lp-build.py: urllib3 returns bytes, not a str

b868fca... by Alfonso Sanchez-Beato

tools/trigger-lp-build.py: use properly urllib3

d03cd9c... by Alfonso Sanchez-Beato

tools/trigger-lp-build.py: use urllib 3 instead of 2