Thank you Daniel, this was exactly what I was looking for!
Op woensdag 6 mei 2015 09:22:41 UTC+2 schreef Daniel Beck:
>
> These plugins should allow you to search the build log for your tool
> output, and use it to set the build description, or (in the case of Groovy
> Postbuild) add a separate
These plugins should allow you to search the build log for your tool output,
and use it to set the build description, or (in the case of Groovy Postbuild)
add a separate section to the main build page:
https://wiki.jenkins-ci.org/display/JENKINS/Description+Setter+Plugin
https://wiki.jenkins-ci.
That is correct Richard, I could go to the console output and there, along
with a whole lot of other output, I would see my result.
For me, as a semi-experienced Jenkins user, this is doable, but for my
colleagues who have never seen a console output in their life, this is
trickier.
Not to menti
I would presume that if you are executing a Java program that outputs a
string it should show on the Console for the particular build of the job?
Richard.
On Wed, 6 May 2015 at 03:41 Peter Marcoen wrote:
> I have a Jenkins Parameterized job.
> This job does 2 things:
>
>1. Compiles a java p
I have a Jenkins Parameterized job.
This job does 2 things:
1. Compiles a java program to a jar
2. Runs this jar through "Execute Shell" with the given parameters
The output of this java program is a single string.
What I would like to accomplish is that if a user runs this job, this
retur