From 73a43cc5eedb9525ef54d709338cfc40d955a283 Mon Sep 17 00:00:00 2001 From: Zuul CI Bot (Fabien Boucher) Date: Jan 29 2020 09:27:14 +0000 Subject: Merge #46 `pipelines: set the correct status-url` --- diff --git a/zuul.d/_pipelines.yaml b/zuul.d/_pipelines.yaml index 91c0c73..767eba1 100644 --- a/zuul.d/_pipelines.yaml +++ b/zuul.d/_pipelines.yaml @@ -31,19 +31,21 @@ start: pagure.io: status: 'pending' - status-url: "https://fedora.softwarefactory-project.io/zuul/status.html" + status-url: "https://fedora.softwarefactory-project.io/zuul/status" comment: false src.fedoraproject.org: status: 'pending' - status-url: "https://fedora.softwarefactory-project.io/zuul/status.html" + status-url: "https://fedora.softwarefactory-project.io/zuul/status" comment: false start-message: | Starting {pipeline.name} jobs. Status at {status_url} success: pagure.io: status: 'success' + status-url: "https://fedora.softwarefactory-project.io/zuul/buildset/{buildset.uuid}" src.fedoraproject.org: status: 'success' + status-url: "https://fedora.softwarefactory-project.io/zuul/buildset/{buildset.uuid}" sqlreporter: failure: pagure.io: @@ -100,28 +102,32 @@ start: pagure.io: status: 'pending' - status-url: "https://fedora.softwarefactory-project.io/zuul/status.html" + status-url: "https://fedora.softwarefactory-project.io/zuul/status" comment: false src.fedoraproject.org: status: 'pending' - status-url: "https://fedora.softwarefactory-project.io/zuul/status.html" + status-url: "https://fedora.softwarefactory-project.io/zuul/status" comment: false success: pagure.io: status: 'success' + status-url: "https://fedora.softwarefactory-project.io/zuul/buildset/{buildset.uuid}" merge: true comment: true src.fedoraproject.org: status: 'success' + status-url: "https://fedora.softwarefactory-project.io/zuul/buildset/{buildset.uuid}" merge: true comment: true sqlreporter: failure: pagure.io: status: 'failure' + status-url: "https://fedora.softwarefactory-project.io/zuul/buildset/{buildset.uuid}" comment: true src.fedoraproject.org: status: 'failure' + status-url: "https://fedora.softwarefactory-project.io/zuul/buildset/{buildset.uuid}" comment: true sqlreporter: window-floor: 20 @@ -214,4 +220,3 @@ to: "root@localhost" subject: '[Zuul] Job failed in periodic pipeline: {change.project}' sqlreporter: -