-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
Setting a cloudbuild trigger from enterprise self hosted github #9956
Setting a cloudbuild trigger from enterprise self hosted github #9956
Comments
I think this is a matter of adding both a resource for https://cloud.google.com/build/docs/api/reference/rest/v1/projects.githubEnterpriseConfigs#GitHubEnterpriseConfig and the |
hey folks, any update on this? |
Hi is anyone working on this? |
Hi, I have recently stumbled on this as well. Just wondering if this is being worked upon or any workarounds exist for creating the trigger for GitHub enterprise repositories? |
I have same issue |
Hi, same issue here! Any news? |
Working on it. |
anyone knows when this change will be included in the release? |
Likely next |
hello, do you know when today's release is expected? |
Hmm- didn't look like it happened. I'll follow up w/ the release owner tomorrow (we're past their core hours right now). |
We are also eagerly awaiting this next release. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Affected Resource(s)
Current Problem :
Hi with the recent GA'ed of cloudbuild private github enterprise feature as mentioned here ,
we would like to leverage terraform automation in configuring the trigger for cloudbuild job from self hosted github. Current provider doc here
Right now the below terraform snippet tried to create a trigger from github which expects like this :
github.com/my-org/my-repo
And it fails for our case as we want to have capability to change the github.com towards self hosted github url.
Expected outcome :
We should have ability to configure the self hosted github_url in google_cloudbuild_trigger github section of the provider.
Let us know if there is a support for it already or if thats upcoming.
The text was updated successfully, but these errors were encountered: