Changes between Initial Version and Version 1 of Ticket #17959, comment 5
- Timestamp:
- Sep 29, 2022, 2:25:34 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17959, comment 5
initial v1 16 16 If Jam returns non-0, the failure isn't detected by concourse since rm is the "final" command to run. The continuous builds have jam as the last command executed (so failures are properly detected) 17 17 18 I think an easy solution would be a "jam || exit 1"instead. This would guarantee an exit on error.18 I think an easy solution would be a {{{ jam || exit 1 }}} instead. This would guarantee an exit on error.