Skip to content

Commit 8e19138

Browse files
committed
Revert "plugins: add matrix-communications"
reverts commit 611be55. We are instead using the webhook for maubot. See coreos/coreos-ci#55 (comment)
1 parent 99dac26 commit 8e19138

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jenkins/controller/plugins.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ splunk-devops-extend:1.10.1
3232
splunk-devops:1.10.1
3333
antisamy-markup-formatter:162.v0e6ec0fcfcf6
3434
jms-messaging:1.1.27
35-
matrix-communication:13.vdcfb_b_44ce852
3635

3736
# The below list are plugins that are also in base-plugins.txt but for
3837
# some reason or other we need to temporarily freeze or fast-track.

utils.groovy

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,12 +710,13 @@ def get_supported_additional_arches() {
710710
def matrixSend(message) {
711711

712712
withCredentials([usernamePassword(credentialsId: 'matrix-bot-webhook-token',
713-
usernameVariable: 'URL',
713+
usernameVariable: 'MATRIX_WEBHOOK_URL',
714714
passwordVariable: 'TOKEN')]) {
715715

716716
shwrap("""
717717
curl -X POST -H "Content-Type: application/json" \
718-
-u $TOKEN $URL \
718+
-u $TOKEN $MATRIX_WEBHOOK_URL \
719+
--silent \
719720
-d '
720721
{
721722
"body": "$message"

0 commit comments

Comments
 (0)