gerrit-trigger Questions
2
Solved
I've installed Jenkins in an Ubuntu server by following the documentation from Jenkins Install documentation and I am trying to set up Gerrit Trigger Plugin. While setting up Administrative Setting...
Trepidation asked 9/10, 2020 at 9:1
2
Solved
I would like to add gerrit trigger events inside Jenkinsfile, like we have in JobDSL,
triggers {
upstream('pipeline_properties', 'UNSTABLE')
gerrit {
events {
refUpdated()
}
project('reg_ex...
Halftimbered asked 15/9, 2017 at 14:26
2
Solved
I'm currently attempting to issue a "+1 Verified" using the Jenkins Gerrit-Trigger, but some reason the +1 is failing.
The permissions seem to be in order as the plugin is successfully able to iss...
Harappa asked 1/3, 2017 at 10:31
6
Solved
I have trouble using Jenkins+Gerrit.
Here is what I got so far:
Gerrit Trigger configuration in Jenkins seems to be ok: When I push a new changeset, Jenkins build is launched.
I used this:
Jenki...
Analcite asked 13/3, 2015 at 14:2
3
Solved
We use gerrit-trigger in Jenkins, the build is triggered when a new changeset is pushed for review.
Now we want to introduce pipeline and use solution Defining a pipeline in scm
Therefore we expe...
Gesellschaft asked 13/9, 2017 at 18:12
0
So we're using Gerrit Trigger (2.23.0) on our Jenkins CI build manager & using docker containers for the actual builds.
The issue that has recently popped up in some of our branches the Gerrit...
Vein asked 6/2, 2017 at 19:47
1
Solved
I looked around Stackoverflow and google a lot but I am not able to solve my issue.
My aim : I want to set up Jenkins to use git SCM to clone a repository host by gerrit
My Jenkins config
Jenkins ...
Planking asked 4/8, 2016 at 8:3
1
© 2022 - 2024 — McMap. All rights reserved.