Ozan Gunalp

Results 133 comments of Ozan Gunalp

@roderickrandolph Last time I looked I could not include global library vars into the source set of Gradle project. I'll check it out and return back to you.

Hi @roderickrandolph , I'd time to check out the test coverage report you were asking. It is definitely possible to configure Maven or Gradle to make debugging work in IDE....

Hi Bill, I agree it is indeed a bit subtle. We had issues with this signature in the past, I am not sure which is the best solution, I’ll look...

Hi @stchar I guess you are asking about this task https://github.com/jenkinsci/JenkinsPipelineUnit/blob/master/buildSrc/src/main/groovy/com/lesfurets/gradle/CopyDependenciesToMavenTreeTask.groovy It was added as part of the #57 and #58, I urge you to read them. As you can...

Hi @vitalii-vitrenko, Sorry for the late response, I don't know if my response will be still relevant, To add a custom action to `loadInterceptor` you can extend the `PipelineTestHelper` class,...

That's a tricky one. There is no reason for a race condition, but I'll look into it. Starting from the version 1.1 of the framework you can separate the load...

Just to be sure, you did registered your library to the framework as shown in https://github.com/lesfurets/JenkinsPipelineUnit#testing-shared-libraries right?

I recommend you to take a look here : https://jenkins.io/doc/book/pipeline/shared-libraries/#writing-libraries To resume, In your global library you may have classes in `src` directory that you can instantiate in your scripts....

Oh thanks for the details, that gives a lot more context. I must say you have a really interesting use case. I am dealing with a similar issue for the...

Great news @joecarlyon I am going to leave the issue open because it is not a real fix. I am working on a solution to ease testing scripts using plugins...