jenkinsci / gradle-jpi-plugin

Build Jenkins Plugins with Gradle
79 stars 50 forks source link

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

Closed alextu closed 1 year ago

alextu commented 1 year ago

This is a 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, since it would require passing credentials. Instead some plumbing is required in https://github.com/jenkins-infra/pipeline-library/blob/master/vars/buildPluginWithGradle.groovy like it's done on the Maven side:

This PR adds the necessary hooks to achieve this:

sghill commented 1 year ago

Thanks @alextu! This is out at v0.49.0-rc.1

alextu commented 1 year ago

Thanks 👍, I really appreciate your reactivity !