I already have that, i expect a feature like in github. I want jenkins to build merge request in gitlab and display the result in these ones. like travis bot, or like github pull request plugins
By Administrator on 2012-10-08T15:58:20 (imported from GitLab)
I already have that, i expect a feature like in github. I want jenkins to
build merge request in gitlab and display the result in these ones. like
travis bot, or like github pull request plugins
@minioak According to the Jenkins doc: "We require the polling configuration on the job so that we only trigger jobs that are supposed to be kicked from changes in the source tree." Hmm, ok. We don't currently use repo polling at my site, but if the poll time could be set high enough to be irrelevant (like, poll once every 3 million years) that would be a fair workaround :)
By Administrator on 2012-10-09T14:51:46 (imported from GitLab)
Hi guys! Not really sure whether it's the right place (being a closed issue), but @Riyad pointed me in this direction. In issue #1840 (closed) I wrote about Gitlab Web Hook plugin for Jenkins that does pretty much all mentioned here, except "building merge requests" (and probably what Gitlab-CI does, but I haven't tried it so can't really tell). Feel free to take a look. As always, there is room for improvement, and for new features, if needed.
By Administrator on 2012-12-07T22:24:57 (imported from GitLab)