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

Add new file

parent 9744c155
Branches
Tags
1 merge request!5Develop
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