Skip to content
Snippets Groups Projects
Commit b1e36259 authored by Brita Linnestad's avatar Brita Linnestad
Browse files

Update Jenkinsfile

parent ef00760e
No related branches found
No related tags found
No related merge requests found
#!groovy
node {
try {
stage 'Checkout'
checkout scm
stage 'Test'
sh """
mvn test
"""
stage 'Build'
}
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