-
Improvement
-
Resolution: Fixed
-
Major
-
None
For the previous plugin security release, the security team had a great experience with the "new" process described in this wiki page (releasing to a staging repo, not pushing commits):
https://wiki.jenkins-ci.org/display/SECURITY/SECURITY+issues+in+plugins
A similar process needs to be possible (and documented) with Gradle JPI plugin based plugins.
Code changed in jenkins
User: Daniel Spilker
Path:
CHANGELOG.md
README.md
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtensionSpec.groovy
http://jenkins-ci.org/commit/gradle-jpi-plugin/a0d660aeb3da2016877b64f2a7f536cde702871c
Log:
allow to override `repoUrl` and `snapshotRepoUrl` settings from the command line
[FIXES JENKINS-45588]