cloud-builders-community icon indicating copy to clipboard operation
cloud-builders-community copied to clipboard

Community-contributed images for Google Cloud Build

Results 146 cloud-builders-community issues
Sort by recently updated
recently updated
newest added

## Affected builder image gcr.io/$PROJECT_ID/sonar-scanner:latest Here is my yaml file ``` steps: - id: 'SonarQube analysis' name: 'gcr.io/$PROJECT_ID/sonar-scanner:latest' args: - '-Dsonar.host.url=https://xxxxxxxxx' - '-Dsonar.login=xxxxxxxxxx' - '-Dsonar.projectKey=xxxxxxxxxx' - '-Dsonar.sources=src' timeout: "1600s" ```...

Hi, I have a GAE Std project which I run with Maven as: `mvn clean verify sonar:sonar appengine:deploy -Pdevelopment` and from my machine is working fine, both Sonar analysis and...

## Affected builder image gcr.io/cloud-builders-community/sonarqube ## Expected Behavior successful build ## Actual Behavior ``` Step #2: START: Running sonar-scanner-cli on Tue Mar 19 20:26:02 UTC 2019 Step #2: INFO: Scanner...

## Affected builder image `gcr.io/cloud-builders-community/remote-builder` ## Expected Behavior It can accept an INSTANCE_ARGUMENT with a space such as "--min-cpu-platform=Intel Haswell" ## Actual Behavior The Space in the argument causes the...

If someone's interested in a Scala builder for Cloud Build, let's get in touch. There are multiple problems with the current one, the biggest maybe that it fails to load...

the kustomize builder is great *but* it assumes a GKE environment. This means that you can use it to simply render manifests.

Hi there : ) When triggering the secondary build to monitor the state of the main build, the timeout of the main build is ignored. So even if in my...

At the bottom of the `android/examples/build-test-deploy.yaml` file you can find the following comment and configuration: ``` # This build requires more than 3.75 GB of memory, so I have to...

Greetings! I'm having trouble connecting to a container after it has been started via `docker-compose` (following [the GCB docs]( https://cloud.google.com/cloud-build/docs/configuring-builds/build-test-deploy-artifacts#running_unit_tests_and_integration_tests)). I've also found some code to go with those steps...

When running cloudbuild.yaml in the root folder, the android builder does not pass because the required environment configuration is not provided. I can't see the output from this project's build,...