update to 2024.01.31
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -19,7 +19,7 @@ pipeline {
|
||||
classPattern: '**/build/classes/java/main',
|
||||
sourcePattern: '**/src/main'
|
||||
)
|
||||
javadoc javadocDir: "build/docs/javadoc", keepAll: true
|
||||
//javadoc javadocDir: "build/docs/javadoc", keepAll: true
|
||||
archiveArtifacts artifacts: '**/build/libs/*.jar',
|
||||
allowEmptyArchive: false,
|
||||
fingerprint: true,
|
||||
|
Reference in New Issue
Block a user