Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_pdata
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openfpm
openfpm_pdata
Commits
0c7bcc26
Commit
0c7bcc26
authored
Aug 02, 2017
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing pipeline in case of failure
parent
003b9e74
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
4 deletions
+49
-4
Jenkinsfile
Jenkinsfile
+48
-3
openfpm_devices
openfpm_devices
+1
-1
No files found.
Jenkinsfile
View file @
0c7bcc26
...
...
@@ -6,7 +6,22 @@ parallel (
"nyu"
:
{
node
(
'nyu'
)
{
deleteDir
()
checkout
scm
int
ntry
=
5
while
(
ntry
!=
0
)
{
try
{
checkout
scm
ntry
=
0
}
catch
(
IOException
e
)
{
ntry
--
sleep
(
50
)
}
}
stage
(
'build_nyu'
)
{
sh
"./build.sh $WORKSPACE $NODE_NAME pdata 0 $BRANCH_NAME }"
...
...
@@ -31,7 +46,22 @@ parallel (
{
deleteDir
()
env
.
PATH
=
"/usr/local/bin:${env.PATH}"
checkout
scm
int
ntry
=
5
while
(
ntry
!=
0
)
{
try
{
checkout
scm
ntry
=
0
}
catch
(
IOException
e
)
{
ntry
--
sleep
(
50
)
}
}
stage
(
'build_sb15'
)
{
sh
"./build.sh $WORKSPACE $NODE_NAME pdata 0 $BRANCH_NAME"
...
...
@@ -58,7 +88,22 @@ parallel (
{
deleteDir
()
env
.
PATH
=
"/usr/local/bin:${env.PATH}"
checkout
scm
int
ntry
=
5
while
(
ntry
!=
0
)
{
try
{
checkout
scm
ntry
=
0
}
catch
(
IOException
e
)
{
ntry
--
sleep
(
50
)
}
}
stage
(
'build_gin'
)
{
sh
"./build.sh $WORKSPACE $NODE_NAME pdata 0 $BRANCH_NAME"
...
...
openfpm_devices
@
818a07d2
Subproject commit
40135332a81caa3960da0716b520b35bdf3290a8
Subproject commit
818a07d2fc16e69e4b3c47955a8e22373f5bd0f4
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