Skip to content

Commit

Permalink
Merge branch 'code-coverage-on-ci' of github.com:dmlemeshko/kibana in…
Browse files Browse the repository at this point in the history
…to code-coverage-on-ci
  • Loading branch information
dmlemeshko committed Nov 15, 2019
2 parents d3eb1c3 + d2a1c2e commit 568e3ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/Jenkinsfile_coverage
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#!/bin/groovy

library 'kibana-pipeline-library'
kibanaLibrary.load()
kibanaLibrary.load() // load from the Jenkins instance

stage("Kibana Pipeline") { // This stage is just here to help the BlueOcean UI a little bit
timeout(time: 180, unit: 'MINUTES') {
timestamps {
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 568e3ac

Please sign in to comment.