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
30e5c45f
Commit
30e5c45f
authored
Oct 26, 2016
by
incardon
Browse files
Adding io success script
parent
0f93dd4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
30e5c45f
...
...
@@ -14,6 +14,7 @@ parallel (
stage
(
'run_nyu'
)
{
sh
"cd openfpm_io && ./run.sh $WORKSPACE $NODE_NAME"
sh
"./success.sh 2 nyu openfpm_io"
}
}
},
...
...
@@ -32,6 +33,7 @@ parallel (
stage
(
'run_sb15'
)
{
sh
"cd openfpm_io && ./run.sh $WORKSPACE $NODE_NAME"
sh
"./success.sh 2 sbalzarini-mac-15 openfpm_io"
}
}
},
...
...
@@ -48,6 +50,7 @@ parallel (
stage
(
'run_gin'
)
{
sh
"cd openfpm_io && ./run.sh $WORKSPACE $NODE_NAME"
sh
"./success.sh 2 gin openfpm_io"
}
}
}
...
...
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