Merge pull request #20 from kemitix/jenkins-remove-javadoc
jenkins: remove javadoc
This commit is contained in:
commit
c8ebe3b004
1 changed files with 0 additions and 16 deletions
|
@ -43,22 +43,6 @@ pipeline {
|
||||||
archiveArtifacts '**/target/*.jar'
|
archiveArtifacts '**/target/*.jar'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Javadoc') {
|
|
||||||
steps {
|
|
||||||
withMaven(maven: 'maven 3.5.2', jdk: 'JDK 9') {
|
|
||||||
sh "${mvn} -P release javadoc:javadoc"
|
|
||||||
}
|
|
||||||
publishHTML([
|
|
||||||
allowMissing: false,
|
|
||||||
alwaysLinkToLastBuild: false,
|
|
||||||
keepAll: false,
|
|
||||||
reportDir: 'target/site/apidocs/',
|
|
||||||
reportFiles: 'index.html',
|
|
||||||
reportName: 'Javadocs',
|
|
||||||
reportTitles: ''
|
|
||||||
])
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Quality') {
|
stage('Quality') {
|
||||||
steps {
|
steps {
|
||||||
jacoco exclusionPattern: '**/*{Test|IT|Main|Application|Immutable}.class'
|
jacoco exclusionPattern: '**/*{Test|IT|Main|Application|Immutable}.class'
|
||||||
|
|
Loading…
Reference in a new issue