Skip to content

Commit

Permalink
Add container tip in the task error report (#5299) [ci fast]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Sep 17, 2024
1 parent 8e6068d commit 62e2604
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1285,6 +1285,9 @@ class TaskProcessor {
if( task?.workDir )
message << "\nWork dir:\n ${task.workDirStr}"

if( task?.isContainerEnabled() )
message << "\nContainer:\n ${task.container}".toString()

message << suggestTip(message)

return message
Expand Down

0 comments on commit 62e2604

Please sign in to comment.