Re: Display the result of an Execute Shell

2015-05-06 Thread Peter Marcoen
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

Re: Display the result of an Execute Shell

2015-05-06 Thread 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 section to the main build page: https://wiki.jenkins-ci.org/display/JENKINS/Description+Setter+Plugin https://wiki.jenkins-ci.

Re: Display the result of an Execute Shell

2015-05-05 Thread Peter Marcoen
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

Re: Display the result of an Execute Shell

2015-05-05 Thread Richard Bywater
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

Display the result of an Execute Shell

2015-05-05 Thread Peter Marcoen
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