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
b6a94703
Commit
b6a94703
authored
Dec 20, 2023
by
BO ZHANG
🏀
Browse files
add Pipeline.verbose
parent
cc68e387
Pipeline
#2611
failed with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
csst_common/pipeline.py
View file @
b6a94703
...
...
@@ -77,6 +77,7 @@ class Pipeline:
self
.
pipeline_id
=
os
.
getenv
(
"PIPELINE_ID"
,
"-"
)
self
.
build
=
os
.
getenv
(
"BUILD"
,
"-"
)
self
.
created
=
os
.
getenv
(
"CREATED"
,
"-"
)
self
.
verbose
=
os
.
getenv
(
"VERBOSE"
,
None
)
# set directory information
self
.
dir_input
=
dir_input
...
...
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