Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
27b3cd87
Unverified
Commit
27b3cd87
authored
Feb 21, 2023
by
Hongzhi (Steve), Chen
Committed by
GitHub
Feb 21, 2023
Browse files
fix (#5349)
Co-authored-by:
Ubuntu
<
ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal
>
parent
b8ed4d9b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/scripts/ci_report/status.py
tests/scripts/ci_report/status.py
+1
-1
No files found.
tests/scripts/ci_report/status.py
View file @
27b3cd87
...
...
@@ -17,7 +17,7 @@ for stage in response["stages"]:
# https://javadoc.jenkins.io/plugin/pipeline-graph-analysis/org/jenkinsci/plugins/workflow/pipelinegraphanalysis/GenericStatus.html
if
stage
[
"status"
]
in
[
"FAILED"
,
"ABORTED"
]:
stage_name
=
stage
[
"name"
]
status_output
=
f
"❌ CI test
[
{
status
}
]
in Stage [
{
stage_name
}
]."
status_output
=
f
"❌ CI test
failed
in Stage [
{
stage_name
}
]."
break
comment
=
f
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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