Skip to content

Commit

Permalink
[7.17](backport #1147) ci: enable upload artifacts (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored May 10, 2022
1 parent c053dbb commit 6ed855b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ pipeline {
DOCKER_COMPOSE_VERSION = '1.25.5'
JOB_GIT_CREDENTIALS = "f6c7695a-671e-4f4f-a331-acdce44ff9ba"
PIPELINE_LOG_LEVEL='INFO'
JOB_GCS_BUCKET = 'beats-ci-artifacts'
JOB_GCS_CREDENTIALS = 'beats-ci-gcs-plugin-file-credentials'
}
options {
timeout(time: 1, unit: 'HOURS')
Expand Down Expand Up @@ -106,6 +108,7 @@ pipeline {
dir("${BASE_DIR}"){
withGoEnv(){
sh(label: 'Create release artifacts', script: 'make docker-release')
uploadPackagesToGoogleBucket(pattern: 'build/binaries/')
}
}
}
Expand Down

0 comments on commit 6ed855b

Please sign in to comment.