Well, it works perfectly on the console. In order to get everything resolved in IntelliJ I needed to add to my pom: <repositories> <repository> <id>repo.jenkins-ci.org</id> <url>https://repo.jenkins-ci.org/public/</url> </repository> <repository> <id>incrementals.jenkins-ci.org</id> <url>https://repo.jenkins-ci.org/incrementals/</url> </repository> </repositories> Otherwise IntelliJ will not find the dependencies…
> Am 23.11.2019 um 20:28 schrieb Ullrich Hafner <ullrich.haf...@gmail.com>: > > Thanks, that was exactly the problem! Now it is working as expected. > >> Am 23.11.2019 um 18:22 schrieb 'Gavin Mogan' via Jenkins Developers >> <jenkinsci-dev@googlegroups.com <mailto:jenkinsci-dev@googlegroups.com>>: >> >> I believe you have to use an incrementals once before it can be updated >> >> The incrementals docs say: >> > Once you have some dependencies on incremental versions in your POM, you >> > can >> <do the maven stuff> >> >> So based on >> https://repo.jenkins-ci.org/incrementals/io/jenkins/plugins/jquery3-api/3.4.1-1-beta2-rc52.da76aa84ddb7/ >> >> <https://repo.jenkins-ci.org/incrementals/io/jenkins/plugins/jquery3-api/3.4.1-1-beta2-rc52.da76aa84ddb7/> >> I think you need to add >> io.jenkins.plugins:jquery3-api:3.4.1-1-beta2-rc52.da76aa84ddb7 >> >> On Sat, Nov 23, 2019 at 9:09 AM Ullrich Hafner <ullrich.haf...@gmail.com >> <mailto:ullrich.haf...@gmail.com>> wrote: >> 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 >> <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 >> <mailto: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 >> >> <https://groups.google.com/d/msgid/jenkinsci-dev/11D106CE-9AF1-45AB-83F1-AFF3744486E2%40gmail.com?utm_medium=email&utm_source=footer>. >> >> -- >> 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 >> <mailto:jenkinsci-dev+unsubscr...@googlegroups.com>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jenkinsci-dev/CAG%3D_Dut7zY8XLu3OGc%2BDiVnwjR%3DTjxpMX7MEw3LGbaOE8tZJBg%40mail.gmail.com >> >> <https://groups.google.com/d/msgid/jenkinsci-dev/CAG%3D_Dut7zY8XLu3OGc%2BDiVnwjR%3DTjxpMX7MEw3LGbaOE8tZJBg%40mail.gmail.com?utm_medium=email&utm_source=footer>. > -- 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/361197E2-BFB5-465E-B8A7-9197C3233455%40gmail.com.