fixed post block

This commit is contained in:
2025-06-20 21:12:21 +04:00
parent 5d42abaad6
commit 9e99d7abdd

14
Jenkinsfile vendored
View File

@ -29,14 +29,14 @@ pipeline {
}
}
}
}
post {
failure {
echo 'Build failed. Check logs.'
}
success {
echo 'Server deployed successfully.'
}
post {
failure {
echo 'Build failed. Check logs.'
}
success {
echo 'Server deployed successfully.'
}
}
}