Skip to content

Commit

Permalink
Print canonical timestamp.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneseymour committed Sep 28, 2020
1 parent e6b5026 commit 12d01e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/Jenkinsfile_coverage
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ kibanaPipeline(timeoutMinutes: 240) {
]) {
workers.base(name: 'coverage-worker', size: 'l', ramDisk: false, bootstrapped: false) {
catchError {
kibanaPipeline.bash("""
echo '${TIME_STAMP}'
""", "### Print Canonical Time Stamp")
kibanaCoverage.runTests()
handleIngestion(TIME_STAMP)
}
Expand Down

0 comments on commit 12d01e2

Please sign in to comment.