I’m currently enabling incrementals in my plugins. I was quite easy to produce them, e.g. the following PRs successfully deployed a incremental release:
https://github.com/jenkinsci/jquery3-api-plugin/pull/12 (in branch release) https://github.com/jenkinsci/popper-api-plugin/pull/12 <https://github.com/jenkinsci/popper-api-plugin/pull/12> (in branch release) Now I wanted to use the created versions in a downstream plugin: https://github.com/jenkinsci/bootstrap4-api-plugin <https://github.com/jenkinsci/bootstrap4-api-plugin> I did run mvn -U incrementals:update -Dbranch=jenkinsci/release or mvn -U incrementals:update -Dbranch=release or mvn -U incrementals:update But nothing happens. I get a lot of info messages in the style of [INFO] artifact com.puppycrawl.tools:checkstyle: checking for updates from central But no message that a new incremental has been found or not. Also the pom does not change. Do I need to mark the dependencies in my pom somehow so that the incrementals plugin knows what to release? I think I am missing something simple and obvious here but I do not find anything in the documentation that points me into the right direction... -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/11D106CE-9AF1-45AB-83F1-AFF3744486E2%40gmail.com.