Skip to content
Snippets Groups Projects
Commit c4b744bd authored by Frederic Gurr's avatar Frederic Gurr :construction_worker:
Browse files

Add Jenkinsfile

parent 81bb5f45
No related branches found
No related tags found
No related merge requests found
Pipeline #3 failed
pipeline {
agent any
stages {
stage('build') {
steps {
sh 'mvn clean verify -B'
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment