jenkinsci / gradle-jpi-plugin

Build Jenkins Plugins with Gradle
79 stars 50 forks source link

Add again some utilities to support incrementals via Jenkins infra pipeline-library #225

Closed alextu closed 1 year ago

alextu commented 1 year ago

This is another follow up of https://github.com/jenkinsci/gradle-jpi-plugin/issues/215 that is not sufficient to publish incrementals when running on ci.jenkins.io (hopefully the last one ?).

sghill commented 1 year ago

Thanks so much for following up on this @alextu. Getting these contributions is wonderful.

One question on this line - should we support windows too by using String.format("%n")?

I have released this change as 0.49.0-rc.2 today.

alextu commented 1 year ago

Thanks so much for following up on this @alextu. Getting these contributions is wonderful.

One question on this line - should we support windows too by using String.format("%n")?

I have released this change as 0.49.0-rc.2 today.

Thanks! Good catch, I will submit a PR to fix this