Add a global `debug` CI variable that can be turned on/off easily
Add a debug
CI variable so that it can be referenced inside the python code for the pipeline to determine whether logging output should be recorded into the terminal.
The logging module (or similar) should be used inside each of the python scripts and the logLevel
can be set to DEBUG
or INFO
depending on the value of the debug
CI variable