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

Add new file

parent 656702bb
No related branches found
No related tags found
1 merge request!22Develop
#!groovy
node {
try {
stage 'Checkout'
checkout scm
stage 'Test'
sh """
mvn test
"""
stage 'Build'
}
catch (err) {
throw err
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment