This commit is contained in:
Guillem Hernandez Sola
2026-04-29 12:02:02 +02:00
parent 7bf452c7f8
commit 19b8e09f29

View File

@@ -61,7 +61,7 @@ pipeline {
}
}
post {
post {
success {
sh 'echo "🎉 Cleanup job completed successfully on $(date)."'
}
@@ -71,4 +71,5 @@ post {
always {
echo "📋 Job: ${env.JOB_NAME} | Build: #${env.BUILD_NUMBER} | Status: ${currentBuild.currentResult}"
}
}
}