test new Jenkinsfile
This commit is contained in:
parent
69f5ae1d8f
commit
284109c77c
1 changed files with 3 additions and 1 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -14,7 +14,9 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Maven build') {
|
stage('Maven build') {
|
||||||
steps {
|
steps {
|
||||||
withMaven() {
|
git url: 'https://github.com/SafeExamBrowser/seb-server'
|
||||||
|
withMaven {
|
||||||
|
|
||||||
//withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) {
|
//withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) {
|
||||||
sh "mvn clean install"
|
sh "mvn clean install"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue