python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Create environment vars in Cloud Build
I am trying to create an environment variable in my cloud build job named "MERGE_COMMIT_SHA". I am using this in my deployment pipeline in Spinnaker.
I create the variable from a curl comman...
user17094440
Votes: 0
Answers: 0
Run Github Action after Google Cloud build trigger is complete
I would like to run my automation tests Github Action (already working) when my Google Cloud Build job finishes.
My Google Cloud Build job has a name (build-and-deploy-dev), so I thought I would add i...
penguinsource
Votes: 0
Answers: 0
Remove cloud build trigger from github checks
I had a cloud build trigger that would run tests on pull request.
Then I disabled the trigger and then deleted it. But it still shows up in Github PR. How can I remove it?
Aseem
Votes: 0
Answers: 1
Converting gcloud command to CloudBuild.yaml for GCP Log Sink
I have created GCP Log Sinks using gcloud command and it works. I now want to move that code into a CloudBuild.Yaml file equivalent. Can someone please point me to the log sink cloud build yaml templa...
PB050505
Votes: 0
Answers: 1