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
6a84f733
Commit
6a84f733
authored
Apr 10, 2017
by
Peter van 't Hof
Committed by
GitHub
Apr 10, 2017
Browse files
Merge branch 'develop' into fix-BIOPET-618
parents
f8558f74
6b106b2f
Changes
1
Show whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
6a84f733
node
(
'local'
)
{
timeout
(
45
)
{
try
{
stage
(
'Init'
)
{
...
...
@@ -7,16 +6,20 @@ node('local') {
tool
'Apache Maven 3.3.9'
}
timeout
(
45
)
{
stage
(
'Checkout'
)
{
checkout
scm
sh
'git submodule update --init --recursive'
}
}
timeout
(
45
)
{
stage
(
'Build and Test'
)
{
withMaven
(
maven:
'Apache Maven 3.3.9'
,
jdk:
'JDK 8u102'
)
{
sh
'mvn -B -T 2 -Dmaven.test.failure.ignore clean package'
}
}
}
stage
(
'Report Tests'
)
{
junit
'*/target/surefire-reports/*.xml'
...
...
@@ -45,5 +48,4 @@ node('local') {
throw
e
}
}
}
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