From ca3d31de38e2427a3a04b3a57b29c97258e26da3 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 27 Dec 2024 19:56:37 -0500 Subject: [PATCH] we use matrix comms until further notice anyway --- scripts/1clickservice.groovy | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/1clickservice.groovy b/scripts/1clickservice.groovy index 6b7401a..74deb60 100644 --- a/scripts/1clickservice.groovy +++ b/scripts/1clickservice.groovy @@ -285,7 +285,6 @@ pipeline { } } } - /* post { failure { matrixSendMessage https:true, hostname: 'greyn.club', port:8448, accessTokenCredentialsId: '040b63d1-2f14-4692-badb-114bddd7c5a5', roomId: '!QmOCACetHdGDlNFsZP:greyn.club', body: '1-click service failed :(', formattedBody: "1-click service failed :(" @@ -295,5 +294,4 @@ pipeline { //TODO: archiveArtifacts the password data, then store them somewhere } } - */ } \ No newline at end of file