clearcontainers / jenkins

Used to store the Jenkins based CI configuration files - both for backup, re-creation and history etc.
Apache License 2.0
3 stars 4 forks source link

Show environment before build starts #5

Open jodh-intel opened 7 years ago

jodh-intel commented 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:

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?

jodh-intel commented 7 years ago

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.