indigo-dc / jenkins-pipeline-library

Jenkins pipeline library with common functionalities for CI/CD environments, mainly targeted for the implementation of the SQA baseline requirements from https://indigo-dc.github.io/sqa-baseline/
Apache License 2.0
11 stars 6 forks source link

Allow users to enable DEBUG logs #73

Open samuelbernardolip opened 4 years ago

samuelbernardolip commented 4 years ago

Our current code have a hardcoded parameter to activate the verbose console logs for a job. This can be implemented setting an environment variable such as JPL_DEBUG. The value of the variable can be the log level, but for now we have this simplified to a single level.