File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ splunk-devops-extend:1.10.1
3232splunk-devops:1.10.1
3333antisamy-markup-formatter:162.v0e6ec0fcfcf6
3434jms-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.
Original file line number Diff line number Diff line change @@ -710,12 +710,13 @@ def get_supported_additional_arches() {
710710def 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 "
You can’t perform that action at this time.
0 commit comments