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