remove test

This commit is contained in:
Sebastien 2018-02-28 20:17:22 +01:00
parent c5e6320bf6
commit daae63f179

5
Jenkinsfile vendored
View File

@ -21,9 +21,4 @@ node {
stage('Cleaning'){
sh "docker image prune -f"
}
stage('build Javadoc'){
archiveJavadoc{
javadocDir('build/docs/javadoc')
}
}
}