This commit is contained in:
JKuijperM 2026-01-17 11:42:49 +01:00
parent 96f58127b2
commit 1fe1311ca1

View File

@ -42,10 +42,10 @@ pipeline{
post { post {
always { always {
echo 'Pipeline finished' echo 'Pipeline finished.'
} }
failure { failure {
echo 'Tests failed' echo 'Tests failed.'
} }
} }
} }