Skip to content
Snippets Groups Projects
Commit 71e90052 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Add new file

parent 3cbb18ff
Branches
Tags v1.1.3
No related merge requests found
#!groovy
node {
try {
stage 'Checkout'
checkout scm
stage 'Test'
sh 'mvn test'
stage 'Build'
sh 'mvn install -DskipTests=true'
}
catch (err) {
throw err
}
finally {
sh """
"""
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment