Skip to content

Commit

Permalink
feat: try to collect failure log after test timeout (#2986)
Browse files Browse the repository at this point in the history
try to collect failure log after test timeout
  • Loading branch information
purelind authored Jun 7, 2024
1 parent 47aeb26 commit 7260f48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pipeline {
}
}
post{
failure {
unsuccessful {
sh label: "collect logs", script: """
ls /tmp/lightning_test
tar -cvzf log-${TEST_GROUP}.tar.gz \$(find /tmp/lightning_test/ -type f -name "*.log")
Expand Down

0 comments on commit 7260f48

Please sign in to comment.