From b85aa444908ab2f1949a12cd78766f8a149ff7f8 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Tue, 26 May 2020 14:09:25 -0500 Subject: [PATCH] Add post-job hooks to the templates. --- templates/merger.xml | 46 ++++++++++++++++++++++++++++++++++ templates/package-stable.xml | 46 ++++++++++++++++++++++++++++++++++ templates/package-unstable.xml | 46 ++++++++++++++++++++++++++++++++++ 3 files changed, 138 insertions(+) diff --git a/templates/merger.xml b/templates/merger.xml index 05efb49..7f10aff 100644 --- a/templates/merger.xml +++ b/templates/merger.xml @@ -80,6 +80,52 @@ git push --set-upstream origin {{ PACKAGING_BRANCH_U }} false + + + + + + ABORTED + 4 + ABORTED + false + + + SUCCESS + 0 + BLUE + true + + + + + http://lugito.lubuntu.me:5000/jenkinsnag + false + POST + + false + 100:399 + + NOT_SET + NOT_SET + + 0 + false + false + + {"PROJECT": "{{ NAME }}"} + + + false + false + + + + + + + + diff --git a/templates/package-stable.xml b/templates/package-stable.xml index 488223d..9bb6bf7 100644 --- a/templates/package-stable.xml +++ b/templates/package-stable.xml @@ -100,6 +100,52 @@ lintian --fail-on=error,warning -EvIL +pedantic *.dsc *.deb; false + + + + + + ABORTED + 4 + ABORTED + false + + + SUCCESS + 0 + BLUE + true + + + + + http://lugito.lubuntu.me:5000/jenkinsnag + false + POST + + false + 100:399 + + NOT_SET + NOT_SET + + 0 + false + false + + {"PROJECT": "{{ NAME }}"} + + + false + false + + + + + + + + diff --git a/templates/package-unstable.xml b/templates/package-unstable.xml index 879d636..0b6e949 100644 --- a/templates/package-unstable.xml +++ b/templates/package-unstable.xml @@ -100,6 +100,52 @@ lintian --fail-on=error,warning --suppress-tags orig-tarball-missing-upstream-si false + + + + + + ABORTED + 4 + ABORTED + false + + + SUCCESS + 0 + BLUE + true + + + + + http://lugito.lubuntu.me:5000/jenkinsnag + false + POST + + false + 100:399 + + NOT_SET + NOT_SET + + 0 + false + false + + {"PROJECT": "{{ NAME }}"} + + + false + false + + + + + + + +