On May 17 18:46, Honza Horak wrote:
I'm fighting with github+jenkins integration; specifically I'd like to make jenkins to run a job [1] for every commit in PR [2] or after writing message '[test]' in this PR. Then I expect the test result to be set in github PR.
One issue I see is that when trying to follow [3] and adding 'https://ci.centos.org/ghbrphook', I see 301 response in 'Recent Deliveries' section.
Well, when adding [test] comment, the job is run, but the output is not sent into github.
I'd appreciate any help here, since I'm quite new to jenkins..
[1] https://ci.centos.org/view/SCLo/job/SCLo-mariadb-container-pr/ [2] https://github.com/sclorg/mariadb-container/pull/1 [3] https://wiki.centos.org/QaWiki/CI/GithubIntegration
Honza _______________________________________________ Ci-users mailing list Ci-users@centos.org https://lists.centos.org/mailman/listinfo/ci-users
Be sure you have the trailing slash in the webhook url:
https://ci.centos.org/ghbrphook/
I'll update [3] to make sure that's more clear.
Cheers!
-- Brian Stinson