On Sep 13 18:24, Randy Barlow wrote:
On 09/07/2018 09:02 AM, Pavol Pitonak wrote:
you have to set unique "status context" for GitHub PR plugin, see for example [1]. Then you will see multiple checks in GitHub UI [2].
[1] https://github.com/openshiftio/openshiftio-cico-jobs/blob/master/devtools-ci... [2] https://github.com/openshiftio/saas-openshiftio/pull/1038
Greetings!
Today I tried to follow this example:
https://github.com/fedora-infra/bodhi/compare/7a5e16a...2aa0079
However, I believe I have something wrong and I know very little about Jenkins. I see the new jobs showing up here (for example, bodhi-bodhi-unit-f28):
But, they don't seem to be triggering on pull requests. I made a test pull request here:
https://github.com/fedora-infra/bodhi/pull/2585
Can anybody spot what I'm missing to get it running those new jobs?
Ci-users mailing list Ci-users@centos.org https://lists.centos.org/mailman/listinfo/ci-users
Looks like a syntax error. This job is run when you commit new stuff to your jjb template, which then updates the job in jenkins:
https://ci.centos.org/job/cico/job/bodhi-service-job/lastFailedBuild/console
I can take a peek later, but the logs are there if someone beats me to it.
--Brian