Skip to content

Commit

Permalink
ci: enable upload artifacts (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Feb 28, 2022
1 parent a505ff4 commit 65681a3
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 @@ -109,6 +111,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 65681a3

Please sign in to comment.