removed javadoc task from pipeline
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -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,
|
||||||
|
Reference in New Issue
Block a user