Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCData
lhc-sm-hwc
Commits
aa41d25d
Commit
aa41d25d
authored
Oct 26, 2021
by
Agata Malgorzata Chadaj
Browse files
update pipeline setup
parent
818cb54e
Pipeline
#3167665
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CI/jenkins.py
View file @
aa41d25d
...
...
@@ -22,9 +22,10 @@ if __name__ == '__main__':
args
.
notebook
,
'./output/result.ipynb'
,
parameters
=
{
'circuit_name'
:
args
.
circuit_name
,
'discharge_level'
:
args
.
discharge_level
,
'discharge_level'
:
int
(
args
.
discharge_level
)
,
'start_time'
:
args
.
start_time
,
'end_time'
:
args
.
end_time
'end_time'
:
args
.
end_time
,
'is_automatic'
:
True
},
engine_name
=
'nxcals_engine'
)
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