removed javadoc task from pipeline
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -8,7 +8,6 @@ pipeline {
|
||||
steps {
|
||||
sh "./gradlew clean build"
|
||||
junit testResults: "build/test-results/test/*.xml"
|
||||
javadoc javadocDir: "build/docs/javadoc", keepAll: true
|
||||
archiveArtifacts artifacts: 'build/libs/*.jar,benchmark/build/libs/*.jar',
|
||||
allowEmptyArchive: true,
|
||||
fingerprint: true,
|
||||
|
Reference in New Issue
Block a user