Skip to content

Commit 9307942

Browse files
jbtrystramjlebon
authored andcommitted
jobs/bodhi-trigger: Add a link to blueoecean in the matrix message
1 parent 17b3879 commit 9307942

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

HACKING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ oc annotate secret/resultsdb-auth \
9494

9595
### Create Fedora Matrix notifications secret
9696

97+
Create the maubot authentication secret (available in BitWarden under `CoreOS CI Fedora Matrix Auth`).
98+
9799
```
98100
MATRIX_BOT_TOKEN=auth_token
99101
MATRIX_BOT_WEBHOOK_URL=url

jobs/bodhi-trigger.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ cosaPod(cpu: "0.1", kvm: false) {
189189
""")
190190
}
191191
if (test.result != 'SUCCESS') {
192-
pipeutils.matrixSend("${currentBuild.description} - ${outcome}")
192+
pipeutils.matrixSend(":fire: [:ocean:](${blueocean_url}) ${currentBuild.description} - ${outcome} ")
193193
}
194194
}
195195

0 commit comments

Comments
 (0)