Re: Problem when building a SCM plugin in Jenkins maven project

2014-09-01 Thread Luis Rodriguez
When running the command: $ mvn release:prepare release:perform -Dusername=... -Dpassword=... I get the following error: [ERROR] Unresolveable build extension: Plugin org.jenkins-ci.tools:maven-hpi-plugin:1.72 or one of its dependencies could not be resolved: Failed to collect dependencies for or

Dynamically update form entry in configuration page

2014-09-01 Thread Dimitris Stafylarakis
Hi, I'm working on a plugin dependent on the git-plugin. In specific, my plugin fetches the branches of a given repository and displays them in a select element. I'd like to update my plugin's fields when the repository url changes. At the moment, I first have to save and reload the configurat

Re: Problem when building a SCM plugin in Jenkins maven project

2014-09-01 Thread Vincent Latombe
Instructions are up-to-date (as far as I can see), make sure to check the warnings if you use git > 1.8.5 Once you release, it take about one day to be visible through the update center. Vincent 2014-09-01 12:31 GMT+02:00 Luis Rodriguez : > Ok, thanks, that worked fine!! > > Now, what's the nex

Re: Problem when building a SCM plugin in Jenkins maven project

2014-09-01 Thread Luis Rodriguez
Ok, thanks, that worked fine!! Now, what's the next steps in order to get my changes integrated and available from Jenkins? Are these instructions (under "Releasing to jenkins-ci.org" section) still up-to-date? https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins Thanks! 2014-09-01 11:

Re: Problem when building a SCM plugin in Jenkins maven project

2014-09-01 Thread Vincent Latombe
Hi Luis, the groupId has changed, it is now 'org.jenkins-ci.plugins' Vincent 2014-09-01 10:49 GMT+02:00 Luis : > Hi, there: > > I've recently made changes in the plasticscm plugin for jenkins and after > pulling the changes and triggered the build, I got the following error: > > java.lang.NoCl

Re: typo in wiki

2014-09-01 Thread Ivan Kanis
August, 31 at 22:26 Harald Albers wrote: > Hi Ivan, > >> It should be: >> mvnDebug hudson-dev:run > > jenkins-dev:run is correct. But it only works if you added > org.jenkins-ci.tools as a plugin group to your maven settings.xml file > (as indicated in the Debugging Jenkins section). I have done

Problem when building a SCM plugin in Jenkins maven project

2014-09-01 Thread Luis
Hi, there: I've recently made changes in the plasticscm plugin for jenkins and after pulling the changes and triggered the build, I got the following error: java.lang.NoClassDefFoundError: com/sun/mirror/apt/AnnotationProcessorFactory See log here: https://jenkins.ci.cloudbees.com/job/plugins/