Javadocs never works in Jenkins :(
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
e2c8ff47a8
commit
e686a06992
|
@ -155,6 +155,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
/*
|
||||
stage("Javadocs") {
|
||||
steps {
|
||||
container('jetty-build') {
|
||||
|
@ -166,6 +167,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue