This repository has been archived by the owner on Mar 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Adding github webhook for ci.ceontos.org to run pre-build steps #8
Comments
Thanks for letting me know! I'll do this tomorrow. |
@bamachrn Should be completed now: I set the trigger for push and PR and added @centos-ci as a collaborator. |
@TomasTomecek thanks, it should do. could you please push some test changes to repo? this would help us to validate things are taking up automatically. Or else we can validate the same whenever there is change pushed to the repo. |
It did not take up automatically. I am checking from our side for a reason. would you please confirm the webhook was dispatched while the changes were made? |
all the webhooks have green ticks, should I redeliver? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@TomasTomecek we need to setup a git webhook pointing to https://ci.centos.org/github-webhook/.
The pre-build setup runs in a node of ci.centos.org which automatically gets triggered when there is a change in the repo. This in turn triggers the container building in container-pipeline and pushes the built image in registry.centos.org.
For setting up webhook in the repo please refer to ci.centos.org github integration wiki. We need the webhook to set at every commit. This is one time job per repo. Once added container-pipeline will take care of every changes pushed to the repo then onwards.
Please let me know if I can help on anyway for setting this up.
The text was updated successfully, but these errors were encountered: