Service hooks - jenkins
Created by: dzaporozhets
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Author Owner
Created by: ldath
+1
By Administrator on 2012-09-13T11:14:21 (imported from GitLab project)
By Administrator on 2012-09-13T11:14:21 (imported from GitLab)
- Author Owner
Created by: sdiaz
We are actually doing it directly from gitolite, it make sense to link jenkins and gitlab?
By Administrator on 2012-09-17T11:40:38 (imported from GitLab project)
By Administrator on 2012-09-17T11:40:38 (imported from GitLab)
- Author Owner
Created by: jirutka
+1
By Administrator on 2012-09-29T12:12:31 (imported from GitLab project)
By Administrator on 2012-09-29T12:12:31 (imported from GitLab)
- Author Owner
Created by: luxifer
@sdiaz do you actually link your jenkins and gitlab through gitolite? how? and what your jenkins do on your gitlab? Thx
By Administrator on 2012-10-01T11:58:45 (imported from GitLab project)
By Administrator on 2012-10-01T11:58:45 (imported from GitLab)
- Author Owner
Created by: minioak
You just need to add
curl -s http://jenkins-server/notifyCommit?url=/${GL_REPO}.git
to the
/home/git/share/gitolite/hooks/common/post-receive
file. Is probably worthwhile being able to set it up on a per repository basis though.By Administrator on 2012-10-08T09:32:32 (imported from GitLab project)
By Administrator on 2012-10-08T09:32:32 (imported from GitLab)
- Author Owner
Created by: sodabrew
Does this tell Jenkins to run any builds associated with that repository?
On Mon, Oct 8, 2012 at 2:32 AM, John Mitchell notifications@github.comwrote:
You just need to add
curl -s http://jenkins-server/notifyCommit?url=/${GL_REPO}.git
to the /home/git/share/gitolite/hooks/common/post-receive file. Is probably worthwhile being able to set it up on a per repository basis though.
— Reply to this email directly or view it on GitHubhttps://github.com/gitlabhq/gitlabhq/issues/1432#issuecomment-9220498.
By Administrator on 2012-10-08T15:50:41 (imported from GitLab project)
By Administrator on 2012-10-08T15:50:41 (imported from GitLab)
- Author Owner
Created by: minioak
I believe it simply tells Jenkins to trigger a poll on an already configured Git repository.
See https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin#GitPlugin-Pushnotificationfromrepository
By Administrator on 2012-10-08T15:54:01 (imported from GitLab project)
By Administrator on 2012-10-08T15:54:01 (imported from GitLab)
- Author Owner
Created by: luxifer
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 project)
By Administrator on 2012-10-08T15:58:20 (imported from GitLab)
- Author Owner
Created by: sodabrew
That would be a more complicated!
On Oct 8, 2012, at 8:58 AM, Florent VIEL notifications@github.com wrote:
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
— Reply to this email directly or view it on GitHubhttps://github.com/gitlabhq/gitlabhq/issues/1432#issuecomment-9230474.
By Administrator on 2012-10-08T16:41:00 (imported from GitLab project)
By Administrator on 2012-10-08T16:41:00 (imported from GitLab)
- Author Owner
Created by: luxifer
I know, it could be somthing like the github plugin, create a jenkins user bot on gitlab, gave him access to repo, and like him in jenkins
By Administrator on 2012-10-09T07:28:09 (imported from GitLab project)
By Administrator on 2012-10-09T07:28:09 (imported from GitLab)
- Author Owner
Created by: sodabrew
@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 project)
By Administrator on 2012-10-09T14:51:46 (imported from GitLab)
- Author Owner
Created by: kirs
@randx generally, is there service hooks engine in Gitlab? I'm also interested in it. In my team we already have some hooks for campfire and skype..
By Administrator on 2012-10-09T19:33:33 (imported from GitLab project)
By Administrator on 2012-10-09T19:33:33 (imported from GitLab)
- Author Owner
Created by: linniksa
By Administrator on 2012-12-06T23:11:42 (imported from GitLab project)
By Administrator on 2012-12-06T23:11:42 (imported from GitLab)
- Author Owner
Created by: elvanja
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 project)
By Administrator on 2012-12-07T22:24:57 (imported from GitLab)
- Author Owner
Created by: MatthewJohn
By Administrator on 2012-12-08T16:40:04 (imported from GitLab project)
By Administrator on 2012-12-08T16:40:04 (imported from GitLab)
- Author Owner
Created by: ashwets
By Administrator on 2012-12-20T13:57:54 (imported from GitLab project)
By Administrator on 2012-12-20T13:57:54 (imported from GitLab)
- Author Owner
Created by: speedlizard
By Administrator on 2012-12-20T15:57:52 (imported from GitLab project)
By Administrator on 2012-12-20T15:57:52 (imported from GitLab)
- Author Owner
Created by: craigforster
By Administrator on 2012-12-23T16:39:20 (imported from GitLab project)
By Administrator on 2012-12-23T16:39:20 (imported from GitLab)
- Author Owner
Created by: trydis
By Administrator on 2012-12-23T23:31:07 (imported from GitLab project)
By Administrator on 2012-12-23T23:31:07 (imported from GitLab)
- Author Owner
Created by: justfalter
+1
By Administrator on 2013-01-08T15:49:20 (imported from GitLab project)
By Administrator on 2013-01-08T15:49:20 (imported from GitLab)
- Author Owner
Created by: misilot
By Administrator on 2013-01-19T03:47:29 (imported from GitLab project)
By Administrator on 2013-01-19T03:47:29 (imported from GitLab)
- Author Owner
Created by: drf
+1, this and #739 (closed) are the only things left for Gitlab to take over my previous git infrastructure
By Administrator on 2013-01-22T14:10:37 (imported from GitLab project)
By Administrator on 2013-01-22T14:10:37 (imported from GitLab)
- Author Owner
Created by: zzet
+1
By Administrator on 2013-01-23T21:33:31 (imported from GitLab project)
By Administrator on 2013-01-23T21:33:31 (imported from GitLab)
- Author Owner
Created by: mkrauser
+1
By Administrator on 2013-02-07T20:57:01 (imported from GitLab project)
By Administrator on 2013-02-07T20:57:01 (imported from GitLab)
- Author Owner
Created by: occ
+1
By Administrator on 2013-02-11T23:20:05 (imported from GitLab project)
By Administrator on 2013-02-11T23:20:05 (imported from GitLab)
- Author Owner
Created by: saegey
+1
By Administrator on 2013-02-13T21:51:34 (imported from GitLab project)
By Administrator on 2013-02-13T21:51:34 (imported from GitLab)
- Author Owner
Created by: cylol
+1
By Administrator on 2013-02-26T07:33:43 (imported from GitLab project)
By Administrator on 2013-02-26T07:33:43 (imported from GitLab)
- Author Owner
Created by: meltzow
+1
By Administrator on 2013-03-09T19:37:56 (imported from GitLab project)
By Administrator on 2013-03-09T19:37:56 (imported from GitLab)
- Author Owner
Created by: figoyang
+1
By Administrator on 2013-03-19T09:44:18 (imported from GitLab project)
By Administrator on 2013-03-19T09:44:18 (imported from GitLab)
- Author Owner
Created by: willnet
By Administrator on 2013-03-25T02:41:12 (imported from GitLab project)
By Administrator on 2013-03-25T02:41:12 (imported from GitLab)
- Author Owner
Created by: y-yagi
By Administrator on 2013-03-25T02:42:14 (imported from GitLab project)
By Administrator on 2013-03-25T02:42:14 (imported from GitLab)
- Author Owner
Created by: ken1flan
By Administrator on 2013-03-25T04:27:02 (imported from GitLab project)
By Administrator on 2013-03-25T04:27:02 (imported from GitLab)
- Author Owner
Created by: dobermai
By Administrator on 2013-03-26T22:06:33 (imported from GitLab project)
By Administrator on 2013-03-26T22:06:33 (imported from GitLab)
- Author Owner
Created by: dosire
Moved to http://feedback.gitlab.com/forums/176466-general/suggestions/3788056-service-hook-for-jenkins-ci
By Administrator on 2013-03-27T09:01:05 (imported from GitLab project)
By Administrator on 2013-03-27T09:01:05 (imported from GitLab)
- Author Owner
Created by: XiangXiChen
By Administrator on 2013-04-28T07:51:21 (imported from GitLab project)
By Administrator on 2013-04-28T07:51:21 (imported from GitLab)
- Author Owner
Created by: securez
+1
By Administrator on 2013-05-31T20:52:11 (imported from GitLab project)
By Administrator on 2013-05-31T20:52:11 (imported from GitLab)