Open jodh-intel opened 7 years ago
To help us debug oddities in Jenkins setup / behaviour, it would be really useful if 2 commands could be run before the main build triggers:
cc-collect-data.sh
Note: procenv produces a lot of output (all useful! ;) but to keep @grahamwhaley happy, we might want to find a way to redirect that output to a separate output file to avoid spamming the main job console?
procenv
Aha - it looks like the pipeline plugin (https://github.com/clearcontainers/tests/issues/558) does what we want wrt separate output file per job/stage.
To help us debug oddities in Jenkins setup / behaviour, it would be really useful if 2 commands could be run before the main build triggers:
cc-collect-data.sh
(runtime builds only)Note:
procenv
produces a lot of output (all useful! ;) but to keep @grahamwhaley happy, we might want to find a way to redirect that output to a separate output file to avoid spamming the main job console?