Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Added a gerrit trigger plugin in the jenkins. While setting up a gerrit server within the gerrit trigger configuration, I cannot remove the server already configured. It simply says

Cannot remove the last server!

But I can edit the server details. Anyone has faced this issue?

Jenkins ver. 1.653
gerrit trigger version  2.21.1

I dont have any job configured with Gerrit Trigger, and this jenkins is a fresh instance. Just have a test job

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.1k views
Welcome To Ask or Share your Answers For Others

1 Answer

There are must be some error in that gerrit server config section.

You can shutdown the tomcat if your jenkins was hold by tomcat, or shutdown the jenkins what ever.

Then goto /home/$yourname/.jenkins , edit gerrit-trigger.xml remove the server section. then restart jenkins and check it.

I just found it works.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...