Commit b6a94703 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

add Pipeline.verbose

parent cc68e387
Pipeline #2611 failed with stage
...@@ -77,6 +77,7 @@ class Pipeline: ...@@ -77,6 +77,7 @@ class Pipeline:
self.pipeline_id = os.getenv("PIPELINE_ID", "-") self.pipeline_id = os.getenv("PIPELINE_ID", "-")
self.build = os.getenv("BUILD", "-") self.build = os.getenv("BUILD", "-")
self.created = os.getenv("CREATED", "-") self.created = os.getenv("CREATED", "-")
self.verbose = os.getenv("VERBOSE", None)
# set directory information # set directory information
self.dir_input = dir_input self.dir_input = dir_input
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment