Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_common
Commits
6dcd47aa
Commit
6dcd47aa
authored
Dec 30, 2023
by
BO ZHANG
🏀
Browse files
combine pipeline_id and build
parent
6ccec825
Pipeline
#2881
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
csst_common/pipeline.py
View file @
6dcd47aa
...
@@ -264,6 +264,11 @@ class Pipeline:
...
@@ -264,6 +264,11 @@ class Pipeline:
else
:
else
:
raise
ValueError
(
"CCDS client not initialized!"
)
raise
ValueError
(
"CCDS client not initialized!"
)
@
property
def
pipeline_build
(
self
):
"""{PIPELINE_ID}-{BUILD}"""
return
f
"
{
self
.
pipeline_id
}
-
{
self
.
build
}
"
# class ErrorTrace:
# class ErrorTrace:
# """Write error trace to file."""
# """Write error trace to file."""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment