Installing Gerrit for Jenkins

I am completely stuck in installing Gerrit Trigger. I installed Jenkins ver. 1.482 with the Gerrit Trigger plugin (v2.6.0). I can’t configure it.

I installed the gerrit test server (v2.4.2). I have an admin user. I tried to configure Gerrit Trigger to use this access to create patches (this is a test system, I do not want to worry about adding real users).

In the settings of Gerrit Trigger, I configured access to gerrit. The test connection button says that the connection is OK. Although I get The connection to Gerrit is not started yet. Check the Gerrit URL in the settings The connection to Gerrit is not started yet. Check the Gerrit URL in the settings . warning from above. I also tried to press the restart button at the bottom.

I read the documentation on the Hudson and Jenkins page of the plugin. I still cannot configure the plugin.

Do you have any idea what happened?

+4
source share
1 answer

Probably, click the Save button after testing, this is a common error that you forgot to save! I met several times

enter image description here

More explanation at https://wiki.jenkins-ci.org/display/JENKINS/Gerrit+Trigger

Otherwise, it is not clear what the problem is, since this is a normal case.

+2
source

Source: https://habr.com/ru/post/1435265/


All Articles