diff options
-rw-r--r-- | job-cfg/chroot-installation.yaml | 6 | ||||
-rw-r--r-- | job-cfg/d-i.yaml | 12 | ||||
-rw-r--r-- | job-cfg/g-i-installation.yaml | 5 | ||||
-rw-r--r-- | job-cfg/webcheck.yaml | 2 |
4 files changed, 23 insertions, 2 deletions
diff --git a/job-cfg/chroot-installation.yaml b/job-cfg/chroot-installation.yaml index c8a89f68..db712bc8 100644 --- a/job-cfg/chroot-installation.yaml +++ b/job-cfg/chroot-installation.yaml @@ -30,7 +30,7 @@ text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png - priority: - job-prio: '110' + job-prio: '100' - defaults: name: chroot-installation+trigger @@ -64,6 +64,8 @@ url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png + - priority: + job-prio: '101' - defaults: name: chroot-housekeeping @@ -100,6 +102,8 @@ url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png + - priority: + job-prio: '105' - job-template: defaults: chroot-housekeeping diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml index a14aaa4a..fbb12abd 100644 --- a/job-cfg/d-i.yaml +++ b/job-cfg/d-i.yaml @@ -70,6 +70,8 @@ - archive: artifacts: 'html/**/*.*' latest_only: true + - priority: + job-prio: '120' - defaults: name: d-i-manual-html-po2xml @@ -121,6 +123,8 @@ - archive: artifacts: 'html/**/*.*' latest_only: true + - priority: + job-prio: '120' - defaults: name: d-i-manual-pdf @@ -167,6 +171,8 @@ - archive: artifacts: 'pdf/**/*.*' latest_only: true + - priority: + job-prio: '120' - defaults: name: d-i-manual-pdf-po2xml @@ -213,6 +219,8 @@ - archive: artifacts: 'pdf/**/*.*' latest_only: true + - priority: + job-prio: '120' - defaults: name: d-i-build @@ -252,6 +260,8 @@ fail-on-error: 'true' - email: recipients: jenkins+debian-boot holger@layer-acht.org + - priority: + job-prio: '130' ## doesnt work, the artifacts reside outside the workspace # - archive: # artifacts: '*_*.dsc *_*.tar.* *_*_*.deb *_*_*.build *_*_*.changes' @@ -279,6 +289,8 @@ publishers: - email: recipients: jenkins+debian-boot holger@layer-acht.org + - priority: + job-prio: '110' ## doesnt work, the artifacts reside outside the workspace # - archive: # artifacts: '*_*.dsc *_*.tar.* *_*_*.deb *_*_*.build *_*_*.changes' diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 93d99b35..838f1da5 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -38,6 +38,8 @@ url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png + - priority: + job-prio: '80' - defaults: name: g-i-installation-housekeeping @@ -71,7 +73,8 @@ url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png - + - priority: + job-prio: '50' - job-template: defaults: g-i-installation-housekeeping diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml index 31b9dfeb..06fffd5b 100644 --- a/job-cfg/webcheck.yaml +++ b/job-cfg/webcheck.yaml @@ -36,6 +36,8 @@ url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png + - priority: + job-prio: '70' - job-template: defaults: webcheck |