See your problem is you’re editing the code until it passes the tests. It’s way easier if you edit the tests until it passes the code.
Unless you are using groovy (jenkins), then you are running the pipeline to find syntax errors.
I hate groovy, gradle and Jenkins!
I don’t know if sth. Else is better but I can confirm that shit is horrific
FYI, Jenkins has an endpoint to validate the pipeline without running it, and there’s a VSCode extension to do this without leaving the editor: https://www.jenkins.io/blog/2018/11/07/Validate-Jenkinsfile/
I am not using Jenkins anymore but this seems like a lifesaver, thanks for sharing
And only one of those runs has complete logs containing the actual error causing the failure.
How are you bad?
You got a green verification checkmark on the same day! That’s a win!
If the build doesn’t fit, you must…rerun the test suite locally