From 56bb5c25e82c4318943b25ac0afc4a8462dd7a3b Mon Sep 17 00:00:00 2001 From: William Petit Date: Sun, 15 Jun 2025 23:44:41 +0200 Subject: [PATCH] feat: initial commit --- Jenkinsfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 02b010c..cd269b2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,11 @@ pipeline { if (callToAction) { rocketSend( channel: '#le-kouiz', - message: newsletter, + message: """ + ${callToAction} + + > [Répondre à la question du jour](https://kouiz.dev.lookingfora.name/) < + """.stripIndent(), rawMessage: true ) }