Wijzigingen koppeling Mattermost poging 5
All checks were successful
Docker Image CI / build-and-push (push) Successful in 55s
Docker Image CI / deploy (push) Successful in 28s

This commit is contained in:
2025-03-15 13:12:16 +01:00
parent d8a5373f71
commit bd038647cf

View File

@@ -29,8 +29,8 @@ jobs:
curl -X POST -H "Authorization: Bearer ${{ secrets.MATTERMOST_BOT_TOKEN }}" \
-H 'Content-Type: application/json' \
-d '{
"channel": "builds",
"text": "🚀 *Build gestart!* Een nieuwe build [${{VERSION}}-SNAPSHOT] is begonnen voor de repository *${{ gitea.repository }}* op branch *${{ gitea.ref }}*."
"channel_id": "9a8obynkd7rctk6qf8rfe6oppy",
"message": "🚀 *Build gestart!* Een nieuwe build [${{VERSION}}-SNAPSHOT] is begonnen voor de repository *${{ gitea.repository }}* op branch *${{ gitea.ref }}*. \n @all"
}' \
https://mattermost.melvanveen.nl/api/v4/posts
@@ -98,7 +98,7 @@ jobs:
curl -X POST -H "Authorization: Bearer ${{ secrets.MATTERMOST_BOT_TOKEN }}" \
-H 'Content-Type: application/json' \
-d '{
"channel": "builds",
"text": "✅ *Build is geslaagd!* Versie ${{VERSION}}-SNAPSHOT staat klaar op https://test-paypoint.melvanveen.nl"
"channel_id": "9a8obynkd7rctk6qf8rfe6oppy",
"message": "✅ *Build is geslaagd!* Versie ${{VERSION}}-SNAPSHOT staat klaar op https://test-paypoint.melvanveen.nl \n @all"
}' \
https://mattermost.melvanveen.nl/api/v4/posts