We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[x]
Please support openshift build webhooks. See the generic webhook part in https://docs.openshift.com/container-platform/4.1/builds/triggering-builds-build-hooks.html
Thanks,
Bernd
The text was updated successfully, but these errors were encountered:
+1 The specs of the webhook trigger for OpenShift v3.11 are here: https://docs.openshift.com/container-platform/3.11/dev_guide/builds/triggering_builds.html
It has to be an HTTPPOSTrequest with a"Content-Type" header of "application/yaml" or "application/json" and the following payload (Shown as yaml):
POST
"Content-Type"
"application/yaml"
"application/json"
git: uri: "<url to gitea repository>" ref: "<optional git reference>" commit: "<commit hash identifying a specific git commit>" author: name: "<author name>" email: "<author e-mail>" committer: name: "<committer name>" email: "<committer e-mail>" message: "<commit message>" env: - name: "<variable name>" value: "<variable value>"
Sorry, something went wrong.
+1 Don't want to use gitlab with openshift
PR is welcome for those who are familiar with openshift.
No branches or pull requests
[x]
):Description
Please support openshift build webhooks. See the generic webhook part in
https://docs.openshift.com/container-platform/4.1/builds/triggering-builds-build-hooks.html
Thanks,
Bernd
The text was updated successfully, but these errors were encountered: