Update Jenkinsfile

This commit is contained in:
Ivan Dvylyuk 2024-11-27 10:21:08 +02:00 committed by GitHub
parent 4364f3e9df
commit 20ca5de2a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Jenkinsfile vendored
View file

@ -25,10 +25,10 @@ pipeline{
echo "========always========" echo "========always========"
} }
success{ success{
echo "========pipeline executed successfully ========" echo "========pipeline executed successfully ======="
} }
failure{ failure{
echo "========pipeline execution failed========" echo "========pipeline execution failed========"
} }
} }
} }