mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-25 11:46:38 +01:00
Generate javadoc and sources for unstable builds
This commit is contained in:
parent
301a7f803f
commit
da43895a07
22
Jenkinsfile
vendored
22
Jenkinsfile
vendored
@ -29,17 +29,7 @@ pipeline {
|
||||
}
|
||||
stage ('compile') {
|
||||
steps {
|
||||
sh 'mvn -o -DskipTests install'
|
||||
}
|
||||
}
|
||||
stage ('test') {
|
||||
steps {
|
||||
sh 'mvn -o surefire:test'
|
||||
}
|
||||
post {
|
||||
success {
|
||||
junit 'target/surefire-reports/**/*.xml'
|
||||
}
|
||||
sh 'mvn -o -DskipTests package'
|
||||
}
|
||||
}
|
||||
stage ('sources') {
|
||||
@ -73,6 +63,16 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage ('test') {
|
||||
steps {
|
||||
sh 'mvn -o surefire:test'
|
||||
}
|
||||
post {
|
||||
success {
|
||||
junit 'target/surefire-reports/**/*.xml'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage ('deploy') {
|
||||
when {
|
||||
branch "master"
|
||||
|
Loading…
Reference in New Issue
Block a user