diff --git a/Jenkinsfile b/Jenkinsfile index e2e5e69..f103b76 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,9 +38,7 @@ pipeline { # Restart service systemctl restart fymious-tg-bot - # Check status - sleep 3 - systemctl is-active fymious-tg-bot + echo "Deployment completed successfully" ENDSSH ''' }