Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
2392f2fb
Commit
2392f2fb
authored
Mar 01, 2018
by
Samuel GAIST
Browse files
[dock][Host] Added logging on execution error of describe
parent
e7072136
Pipeline
#17281
failed with stage
in 2 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
beat/core/dock.py
View file @
2392f2fb
...
...
@@ -173,6 +173,10 @@ class Host(object):
except
Exception
as
e
:
logger
.
warn
(
"Ignoring potential environment at `%s' since "
\
"`describe' output cannot be parsed: %s"
,
image
,
str
(
e
))
else
:
logger
.
warn
(
"Execution failed with status {}:
\n
"
"stdout: '{}'
\n
"
"stderr: '{}'"
.
format
(
status
,
stdout
,
stderr
))
return
{}
...
...
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