feat: only send excerpt in channel
All checks were successful
kipp-news/pipeline/head This commit looks good

This commit is contained in:
wpetit 2025-04-14 09:29:48 +02:00
parent fae8990599
commit 201ac72f1d

1
Jenkinsfile vendored
View File

@ -52,7 +52,6 @@ pipeline {
rocketSend(
channel: '@wpetit',
message: newsletter,
rawMessage: true
)
}
}