Skip to content

Commit

Permalink
Add test job with timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Oct 2, 2024
1 parent 5a272e8 commit 410abb5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@ job-with-summary:
echo 'this one as well'
echo -e "\e[0Ksection_end:`date +%s`:glpa_summary\r\e[0K"
echo 'this one not'
job-with-timestamps-and-summary:
variables:
FF_TIMESTAMPS: 'true'
script:
- |
echo -e "\e[0Ksection_start:`date +%s`:glpa_summary\r\e[0KHeader of the section"
echo 'Summary line in timestamp job'
echo -e "\e[0Ksection_end:`date +%s`:glpa_summary\r\e[0K"

0 comments on commit 410abb5

Please sign in to comment.