Commit 6dcd47aa authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

combine pipeline_id and build

parent 6ccec825
Pipeline #2881 passed with stage
in 0 seconds
......@@ -264,6 +264,11 @@ class Pipeline:
else:
raise ValueError("CCDS client not initialized!")
@property
def pipeline_build(self):
"""{PIPELINE_ID}-{BUILD}"""
return f"{self.pipeline_id}-{self.build}"
# class ErrorTrace:
# """Write error trace to file."""
......
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