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

Update Jenkinsfile

parent 01105f82
No related branches found
No related tags found
No related merge requests found
......@@ -7,11 +7,10 @@ node {
checkout scm
stage 'Test'
sh """
mvn test
"""
sh 'mvn test'
stage 'Build'
sh 'mvn install -DskipTests=true'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment