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
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_io
Commits
3494cac2
Commit
3494cac2
authored
Oct 24, 2016
by
incardon
Browse files
Adding jenkins pipeline
parent
642c973a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
3494cac2
...
...
@@ -13,7 +13,7 @@ parallel (
stage
(
'run_nyu'
)
{
sh
"cd openfpm_
data
&& ./run.sh $WORKSPACE $NODE_NAME"
sh
"cd openfpm_
io
&& ./run.sh $WORKSPACE $NODE_NAME"
}
}
},
...
...
@@ -31,7 +31,7 @@ parallel (
stage
(
'run_sb15_val'
)
{
sh
"cd openfpm_
data
&& ./run.sh $WORKSPACE $NODE_NAME"
sh
"cd openfpm_
io
&& ./run.sh $WORKSPACE $NODE_NAME"
}
}
},
...
...
@@ -47,7 +47,7 @@ parallel (
stage
(
'run_gin'
)
{
sh
"cd openfpm_
data
&& ./run.sh $WORKSPACE $NODE_NAME"
sh
"cd openfpm_
io
&& ./run.sh $WORKSPACE $NODE_NAME"
}
}
}
...
...
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