My first Gradle plugin: How to avoid that Jenkins marks the job as failed

If you are using Jenkins for your Gradle build, you might have noticed that Jenkins doesn’t like when Gradle skips the test task. That’s because the test report files gets an old timestamp and so Jenkins thinks something went wrong. I wrote a plugin to update the timestamps and want to share it with you! :slight_smile: Please have a look, and I’d be very happy for any kinds of feedback. It’s already uploaded at bintray, so you can try it out. https://github.com/fowlie/gradle-jenkins-test

Thanks for providing a solution to this nasty problem. Perhaps you want to add your plugin to the Gradle Plugin Portal? (See instructions there.)

Happy to do it! :slight_smile: I’ve added it to the plugin portal now. Keep up the good work :slight_smile: