Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argupta
openfpm_pdata
Commits
02db787d
Commit
02db787d
authored
Oct 24, 2016
by
incardon
Browse files
Parallelizing gin pipeline
parent
ba2179be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
02db787d
...
...
@@ -62,9 +62,9 @@ parallel (
stage
(
'run_gin'
)
{
parallel
(
"p1"
:
{
sh
"./run.sh $WORKSPACE $NODE_NAME 1"
}
"p2"
:
{
sh
"./run.sh $WORKSPACE $NODE_NAME 2"
}
"p3"
:
{
sh
"./run.sh $WORKSPACE $NODE_NAME 3"
}
"p1"
:
{
sh
"./run.sh $WORKSPACE $NODE_NAME 1"
}
,
"p2"
:
{
sh
"./run.sh $WORKSPACE $NODE_NAME 2"
}
,
"p3"
:
{
sh
"./run.sh $WORKSPACE $NODE_NAME 3"
}
,
"p4"
:
{
sh
"./run.sh $WORKSPACE $NODE_NAME 5"
}
)
}
...
...
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