removed javadoc task from pipeline

This commit is contained in:
2021-09-26 12:41:14 +02:00
parent fce3a0c360
commit fa17931f74

1
Jenkinsfile vendored
View File

@@ -8,7 +8,6 @@ pipeline {
steps { steps {
sh "./gradlew clean build" sh "./gradlew clean build"
junit testResults: "build/test-results/test/*.xml" junit testResults: "build/test-results/test/*.xml"
javadoc javadocDir: "build/docs/javadoc", keepAll: true
archiveArtifacts artifacts: 'build/libs/*.jar,benchmark/build/libs/*.jar', archiveArtifacts artifacts: 'build/libs/*.jar,benchmark/build/libs/*.jar',
allowEmptyArchive: true, allowEmptyArchive: true,
fingerprint: true, fingerprint: true,