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

Add new file

parent 78e5a9bb
No related branches found
No related tags found
No related merge requests found
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