-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins Version : Jenkins ver. 1.642.1
OS : Red Hat Enterprise Linux 6.5
Javadoc built from a freestyle project using maven javadoc:javadoc top-level target.
-
-
Javadoc Plugin 1.5
When building a project in freestyle mode using Apache Maven 3.3.9 and creating the javadoc using the javadoc:javadoc top-level target, the Javadoc link appears on the project's dashboard, but when clicking it, only a blank Documentation frame appears without the content of the Javadoc.
I should point out that the data IS there, since I opened the index.html file in my browser and it displayed perfectly.
Attached is the result from clicking the Javadoc button and the Javadoc itself when launched via the index.html.
Any help would be appreciated.
- is related to
-
JENKINS-56492 [ATH] Fix Javadoc failures on Java11
-
- Closed
-
- links to
[JENKINS-32619] Javadoc link displays only documentation frame with no content
Remote Link | New: This issue links to "PR 4 (Web Link)" [ 14520 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link | New: This issue is blocking SECURITY-95 [ SECURITY-95 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
Workflow | Original: JNJira [ 168275 ] | New: JNJira + In-Review [ 186341 ] |
I guess the reason is the new content security policy:
https://wiki.jenkins-ci.org/display/JENKINS/Configuring+Content+Security+Policy
Quick and dirty solution:
1. Go to Jenkins Script Console at https://my-jenkins-server/script
2. Input
3. Hit Run button
Better solution:
Read the article above and apply it