I'm having a cloud build pipeline that is linked to self hosted Gitlab instance,But it's not able to resolve the private DNS host name inspite of being hosted on same VPC . I'm using private pools for cloud build as well.
But still getting the error Unable to resolve the host "hostname" error.
Any help is really appreciated
Hi @AravindEZ
Welcome to Google Cloud Community!
It appears that you're facing a DNS resolution issue in your Cloud Build pipeline, despite your private pool and target host being in the same VPC. This is usually caused by misconfigurations in the network settings or DNS resolution. Here are some steps to troubleshoot and resolve this issue:
I hope this helps.