This commit is contained in:
2026-05-08 20:12:06 +00:00
parent 39f41ba2b8
commit 5539d5e98f

View File

@@ -51,10 +51,10 @@ pipeline {
post { post {
success { success {
echo '✅ Divendres post published successfully.' echo '✅ Dilluns post published successfully.'
} }
failure { failure {
echo '❌ Divendres post failed.' echo '❌ Dilluns post failed.'
} }
} }
} }