Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
db7de85a
Commit
db7de85a
authored
1 year ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
add module header for cicd.py
parent
7b6c76b5
dev
main
No related merge requests found
Pipeline
#2701
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
csst_common/cicd.py
+10
-0
csst_common/cicd.py
with
10 additions
and
0 deletions
+10
-0
csst_common/cicd.py
+
10
-
0
View file @
db7de85a
"""
Identifier: csst_common/cicd.py
Name: cicd.py
Description: CI/CD module
Author: Bo Zhang
Created: 2023-12-20
Modified-History:
2023-12-15, Bo Zhang, import CI/CD related objects to cicd.py
2023-12-20, Bo Zhang, update module header
"""
from
.utils
import
retry
from
.pipeline
import
Pipeline
,
ModuleResult
from
.file
import
File
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets