Re: plugin not appearing in pluginManager

2020-04-21 Thread Mark Kirichenko
Thank you for all the suggestions! They were all helpful. In the end it turned out that our maven installation was not set up correctly (we used an apt-get version). This created several problems that were solved by doing a clean reinstall of maven and making sure that it runs without

Re: plugin not appearing in pluginManager

2020-04-11 Thread Daniel Beck
On Fri, Apr 10, 2020 at 5:54 PM Marina Goltseva wrote: > The wallarm-fast plugin is not appearing in the /pluginmanager area of a > jenkins instance > https://github.com/jenkinsci/wallarm-fast-plugin/commit/7a104befdab2697114de99864c421ad61ce21329 looks like it wasn't created following the

Re: plugin not appearing in pluginManager

2020-04-10 Thread 'Gavin Mogan' via Jenkins Developers
repo.jenkins-ci.org https://github.com/jenkinsci/wallarm-fast-plugin repo.jenkins-ci.org https://github.com/jenkinsci/wallarm-fast-plugin I think those tell maven where to get dependencies, not

Re: plugin not appearing in pluginManager

2020-04-10 Thread Marina Goltseva
Guys, thx u! We'll try to run release:perform again. On Friday, April 10, 2020 at 7:40:15 PM UTC+3, Gavin Mogan wrote: > > There is a tag here - > https://github.com/jenkinsci/wallarm-fast-plugin/tags > But there isn't any commits in master that mention release plugin > There's no wallarm

Re: plugin not appearing in pluginManager

2020-04-10 Thread 'Gavin Mogan' via Jenkins Developers
There is a tag here - https://github.com/jenkinsci/wallarm-fast-plugin/tags But there isn't any commits in master that mention release plugin There's no wallarm anywhere in http://mirrors.jenkins-ci.org/plugins/ So I'd guess maybe release:perform wasn't run? On Fri, Apr 10, 2020 at 9:09 AM

Re: plugin not appearing in pluginManager

2020-04-10 Thread Slide
Just to make sure, did you follow this documentation? https://jenkins.io/doc/developer/publishing/releasing/ You did the mvn release:prepare release:perform? If so, did you release a non-beta/alpha version (meaning the version you selected did not include anything after the version). For

plugin not appearing in pluginManager

2020-04-10 Thread Marina Goltseva
Greetings, Recently, we have developed and published a plugin to the jenkinsci: https://github.com/jenkinsci/wallarm-fast-plugin , however we have encountered some publication problems and were hoping to get assistance with this issue. The wallarm-fast plugin is not appearing in the