I wanted to start with plugin development (there's no Git MailAddressResolver as far as I can see), so I grabbed jenkins-git-plugin from GitHub and reset it to the latest stable tag (version 1.1.28). I installed that actual version in Jenkins in order to have its dependencies set up. Then back in the development project, I created the .hpi with "mvn package" and installed it in my Jenkins instance, replacing the existing one. The log after Jenkins restart looks normal
Feb 18, 2013 11:29:29 PM hudson.WebAppMain$2 run INFO: Jenkins is fully up and running Feb 18, 2013 11:29:29 PM hudson.TcpSlaveAgentListener <init> INFO: JNLP slave agent listener started on TCP port 7902 Feb 18, 2013 11:29:29 PM jenkins.InitReactorRunner$1 onAttained INFO: Completed initialization Feb 18, 2013 11:29:28 PM jenkins.InitReactorRunner$1 onAttained INFO: Loaded all jobs Feb 18, 2013 11:29:24 PM jenkins.InitReactorRunner$1 onAttained INFO: Augmented all extensions Feb 18, 2013 11:29:24 PM jenkins.InitReactorRunner$1 onAttained INFO: Started all plugins Feb 18, 2013 11:29:24 PM jenkins.InitReactorRunner$1 onAttained INFO: Prepared all plugins Feb 18, 2013 11:29:24 PM hudson.plugins.greenballs.PluginImpl start INFO: Green Balls! Feb 18, 2013 11:29:24 PM jenkins.InitReactorRunner$1 onAttained INFO: Listed all plugins Feb 18, 2013 11:29:24 PM jenkins.InitReactorRunner$1 onAttained INFO: Started initialization But in "Configure System", all configuration for Git-related things are gone. Shouldn't it show an error somewhere? And why does the stable plugin not work out of the box? -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
