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
Main Repositories
otb
Commits
0a7e8094
Commit
0a7e8094
authored
Jun 26, 2019
by
Guillaume Pasero
Browse files
CI: more traces
parent
31db77c1
Pipeline
#1957
passed with stage
in 10 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CI/cdash_handler.py
View file @
0a7e8094
...
...
@@ -43,11 +43,10 @@ def CheckEnvParameters(params):
return
False
return
True
"""
Handler class to retrieve build informations
"""
class
Handler
:
# project
# site
# stamp
# name
def
__init__
(
self
):
self
.
build_dir
=
""
self
.
configure_path
=
""
...
...
@@ -243,6 +242,7 @@ class Handler:
They can be overriden by a full command line :
cdash_handler.py commit_sha1 project_id project_directory token ref_name
"""
print
(
"cdash_handler main"
)
if
__name__
==
"__main__"
:
if
trace
:
print
(
sys
.
argv
)
...
...
Write
Preview
Supports
Markdown
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