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

combine pipeline_id and build

parent 6ccec825
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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."""