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 { post {
failure { failure {
echo 'Build failed. Check logs.' echo 'Build failed. Check logs.'
} }
success { success {
echo 'Server deployed successfully.' echo 'Server deployed successfully.'
}
} }
} }
} }