Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
58575df3
Commit
58575df3
authored
Apr 07, 2017
by
Peter van 't Hof
Browse files
Raise timeout
parent
03aa77be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
58575df3
...
...
@@ -6,7 +6,7 @@ node('local') {
tool
'Apache Maven 3.3.9'
}
timeout
(
30
)
{
timeout
(
45
)
{
stage
(
'Checkout'
)
{
checkout
scm
sh
'git submodule update --init --recursive'
...
...
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