Tomas Bjerre

Results 402 comments of Tomas Bjerre

Nice, I'll paste some of it here to use it later. ``` ```

@GBeauny Perhaps you can just do a simple GET request to the Cobertura report file in the workspace "/jenkins/job/jobName/ws/"? But that would only get you the file for the latest...

@iamexe Is this still an issue or can it be closed?

I think it might be a classpath issue. This plugin adds something to the classpath that makes existing plugins fail. A problem with Gradle, not with this plugin.

@flasher297 not really sure what to do with that. Are you saying I need to update something?

I released 1.61 now with some changes: https://github.com/tomasbjerre/gradle-scripts/commits/gradle5 Did that help?

I tried to build the repository and branch in this issue. Got the same error with `./gradlew build lib:jacocoTestReportDebug --console=plain` but `./gradlew generateGitChangelog` works for me!

I'm using Gradle 5.4.1 without problems here: https://github.com/tomasbjerre/violations-lib

Yes I have been able to test but not reproduce the problem. An open repository with minimal code that shows the problem would be great.

I am able to create a changelog if I change the code like this: ``` ✘-127 ~/workspace/Fresh-Android-Project [implement-git-changelog {origin/implement-git-changelog}|✚ 2…1] 16:26 $ git diff diff --git a/app/build.gradle b/app/build.gradle index 8db1f7c..3c2a292...