feat: initial commit
All checks were successful
kouiz/pipeline/head This commit looks good

This commit is contained in:
2025-06-15 23:44:41 +02:00
parent 780c280d43
commit 56bb5c25e8

6
Jenkinsfile vendored
View File

@ -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
)
}