Javadocs never works in Jenkins :(

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2022-08-13 19:35:41 +02:00
parent e2c8ff47a8
commit e686a06992
No known key found for this signature in database
GPG Key ID: 1677D141BCF3584D
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -155,6 +155,7 @@ pipeline {
}
}
}
/*
stage("Javadocs") {
steps {
container('jetty-build') {
@ -166,6 +167,7 @@ pipeline {
}
}
}
*/
}
}
}