We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e77da0 commit 9ba4922Copy full SHA for 9ba4922
.ci/Jenkinsfile
@@ -6,6 +6,7 @@ pipeline {
6
environment {
7
REPO = 'apm-agent-nodejs'
8
BASE_DIR = "src/github.com/elastic/${env.REPO}"
9
+ HOME = "${env.WORKSPACE}" // required by "bash_standard_lib.sh" for "Push Docker Image" step
10
PIPELINE_LOG_LEVEL='INFO'
11
JOB_GCS_BUCKET = credentials('gcs-bucket')
12
GITHUB_CHECK_ITS_NAME = 'Integration Tests'
0 commit comments