Skip to content

Commit

Permalink
ci: use apm GCP credentials (#21571)
Browse files Browse the repository at this point in the history
* ci: add Heartbeat Packaging for Elastic Synthetics job

* ci: change to use Ubuntu-18

* ci: use apm GCP credentials
  • Loading branch information
kuisathaverat authored Oct 6, 2020
1 parent 0b05d28 commit 0e099f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/heartbeat-synthetics.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipeline {
BASE_DIR = 'src/github.com/elastic/beats'
JOB_GCS_BUCKET = 'beats-ci-artifacts'
JOB_GCS_BUCKET_STASH = 'beats-ci-temp'
JOB_GCS_CREDENTIALS = 'beats-ci-gcs-plugin'
JOB_GCS_CREDENTIALS = 'apm-ci-gcs-plugin'
DOCKERELASTIC_SECRET = 'secret/observability-team/ci/docker-registry/prod'
DOCKER_REGISTRY = 'docker.elastic.co'
SYNTHETICS = "-synthetics"
Expand Down

0 comments on commit 0e099f6

Please sign in to comment.