-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
Windows 7 Professional 64-bit
Jenkins 1.434
Gradle plugin 1.11
When using Gradle's Java plugin to generate Javadoc, the task name + any warning text is incorrectly added to the list of executed Gradle tasks. I've attached a screenshot that shows the problem. This makes the console output more difficult to use.
I suspect this could be a Gradle issue rather than the Jenkins Gradle plugin.
[JENKINS-12234] Gradle Plugin incorrectly adds warning text to name of executed Javadoc task on console view
Resolution | New: Cannot Reproduce [ 5 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 142556 ] | New: JNJira + In-Review [ 205572 ] |
We are also facing this problem on Jenkins 1.484, Windows XP and Gradle plugin 1.20.
I think it is not a Gradle problem, since the console output contains a line break after the task, if not on Jenkins:
:compileJava C:\Programme\Jenkins\jobs\myjob\workspace\src\main\java\mypackage\MyClass.java:42: warning: non-varargs call of varargs method with inexact argument type for last parameter;
But under Jenkins the console output looks like the following:
:compileJavaC:\Programme\Jenkins\jobs\myjob\workspace\src\main\java\mypackage\MyClass.java:42: warning: non-varargs call of varargs method with inexact argument type for last parameter;
Internally the HTML code is:
Is there any solution for this issue?