Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Colas Pomies
LbNightlyTools
Commits
b05ac70d
Commit
b05ac70d
authored
Apr 21, 2015
by
cpomies
Browse files
Modified how to construct the slot_id_dir
parent
b5d77abb
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/LbNightlyTools/SlotBuildId.py
View file @
b05ac70d
...
...
@@ -35,7 +35,7 @@ def indent(elem, level=0):
elem
.
tail
=
i
def
getIds
(
slots
):
slot_id_dir
=
os
.
environ
[
'JENKINS_HOME'
]
+
'/
nightlies
/'
+
os
.
environ
[
'flavour'
]
slot_id_dir
=
os
.
path
.
join
(
os
.
environ
[
'JENKINS_HOME'
]
,
'
nightlies
'
,
os
.
environ
[
'flavour'
]
)
#slot_id_dir = 'configs'
slot_id_file
=
os
.
path
.
join
(
slot_id_dir
,
'slot_id.xml'
)
...
...
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