Hi all,

I created a plugin which adds a build step with a simple textbox to any 
job.  Whenever the job is built, I print out the value of that textbox to 
the console.

The problem is that whenever I set that value to be a parameter of the 
build (see image), the console simply prints the parameter's name, not its 
value.


<https://lh3.googleusercontent.com/-MVoiQplb-sY/Wmi9riuuMBI/AAAAAAAADxE/89wAduxickY1nQ4c3fFJskBAObW878kWwCLcBGAs/s1600/aaa.png>

In this case, it simply printed out $COMMENT instead of its value.

Please help -- I tried using System.getProperty() but that didn't really 
work either (it returned a null string).

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/076f9099-da56-46d0-95e5-1ff060449e47%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to