Skip to content

Commit

Permalink
Add comment to ensure make a durable note
Browse files Browse the repository at this point in the history
of why we need this env var.
  • Loading branch information
wayneseymour committed Oct 23, 2019
1 parent b97516b commit 461b7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/Jenkinsfile_coverage
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ stage("Kibana Pipeline") { // This stage is just here to help the BlueOcean UI a
ansiColor('xterm') {
catchError {
withEnv([
'CODE_COVERAGE=1',
'CODE_COVERAGE=1', // Needed for multiple ci scripts, such as remote.ts, test/scripts/*.sh, schema.js, etc.
'NODE_ENV=test',
]) {
parallel([
Expand Down Expand Up @@ -49,4 +49,4 @@ stage("Kibana Pipeline") { // This stage is just here to help the BlueOcean UI a
}
}
}
}
}

0 comments on commit 461b7cd

Please sign in to comment.