Skip to content

Commit 9ba4922

Browse files
authored
fix: the "Push Docker Image" jenkins step requires a HOME var (#2748)
The requirement is by top-level code in "bash_standard_lib.sh" (provided by infra) and used in "push-docker.sh" when run in CI.
1 parent 3e77da0 commit 9ba4922

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pipeline {
66
environment {
77
REPO = 'apm-agent-nodejs'
88
BASE_DIR = "src/github.com/elastic/${env.REPO}"
9+
HOME = "${env.WORKSPACE}" // required by "bash_standard_lib.sh" for "Push Docker Image" step
910
PIPELINE_LOG_LEVEL='INFO'
1011
JOB_GCS_BUCKET = credentials('gcs-bucket')
1112
GITHUB_CHECK_ITS_NAME = 'Integration Tests'

0 commit comments

Comments
 (0)