Merge pull request #3 from idvylyuk/pipeline-test-1

Update Jenkinsfile
This commit is contained in:
Ivan Dvylyuk 2024-11-27 10:23:14 +02:00 committed by GitHub
commit 3d05c99432
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========"
}
success{
echo "========pipeline executed successfully ========"
echo "========pipeline executed successfully ======="
}
failure{
echo "========pipeline execution failed========"
}
}
}
}