fixed post block

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

2
Jenkinsfile vendored
View File

@ -29,6 +29,7 @@ pipeline {
}
}
}
}
post {
failure {
@ -38,5 +39,4 @@ pipeline {
echo 'Server deployed successfully.'
}
}
}
}