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 return string is displayed to him on screen. Are there any plugins or default options that can help me achieve this? Another option would be to pipe the output of this java program to an email command and get the result to the user in this way but I would prefer to just stay in the Jenkins environment. I hope I make myself clear. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/0239169f-5ae6-48c1-b7b4-9f7a8f6cf007%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
