Skip to content

Commit

Permalink
Removing javadoc parallel build (not needed)
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Nov 18, 2020
1 parent e3e5c2e commit aa9c6b2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,6 @@ pipeline {
}
}
}

stage("Build Javadoc") {
agent { node { label 'linux' } }
steps {
container( 'jetty-build' ) {
timeout( time: 40, unit: 'MINUTES' ) {
mavenBuild( "jdk11",
"install javadoc:javadoc -DskipTests -Dpmd.skip=true -Dcheckstyle.skip=true", "maven3", false)
}
}
}
}
}
}
}
Expand Down

0 comments on commit aa9c6b2

Please sign in to comment.