So, I am writing a build step plugin that has several textbox fields for 
configuration.  I need to let users create entries in these textbox fields 
that come from build parameters when this plugin is used in a Parameterized 
Build.  So, I would have jobs configured with ${...} values embedded in the 
textbox field strings.  What is the best practice for accessing/parsing 
these build parameters from within the perform() method of my plugin?  For 
example, I can access the build parameters via 
the build.getBuildVariableResolver().resolve(...) method.  Is that the best 
way?  Should I parse the string from between the ${...} braces, or are 
there helpers or extension points that are already built for this purpose?

-Jimmy

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/996c6e04-896a-4aa3-bb76-ed96137bfba6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to