Hubidubi
Hubidubi

Reputation: 880

Gerrit trigger install for Jenkins

I'm completely stuck with Gerrit Trigger install. I installed Jenkins ver. 1.482 with the Gerrit Trigger (v2.6.0) plugin. I'm not able to configure it.

I installed a test gerrit server (v2.4.2). I have an admin user. I tried to configure Gerrit Trigger to use this access to build patches (this is a test system, I didn't want to bother to add real users).

In Gerrit Trigger options I configured gerrit access. Test connection button says conection is ok. Although I get The connection to Gerrit is not started yet. Check the Gerrit URL in the settings. warning on the top. I also tried to push restart at the bottom.

I've read documentation on both Hudson and Jenkins page of the plugin. I'm still unable to configure the plugin.

Do you have any idea what's wrong?

Upvotes: 4

Views: 889

Answers (1)

Larry Cai
Larry Cai

Reputation: 59963

Probably Click the button to Save after testing, this is common mistake that you forget to save it !! I met this several times

enter image description here

See more explanation in https://wiki.jenkins-ci.org/display/JENKINS/Gerrit+Trigger

Otherwise it is not clear what's your problem since this is a normal case.

Upvotes: 2

Related Questions