Commit 9932a9ca authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

add Pipeline.info()

parent 072867bf
Pipeline #11645 passed with stage
......@@ -259,7 +259,7 @@ class Pipeline:
def info(self):
"""Return pipeline information."""
self.logger.info(f"PIPELINE_ID={self.pipeline_id}")
self.logger.info(f"DOCKER_IMAGE={self.docker_image}")
self.logger.info(f"BUILD={self.build}")
self.logger.info(f"CREATED={self.created}")
self.logger.info(f"VERBOSE={self.verbose}")
......
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