Given a Jenkins build using the Remote Access API 
<https://wiki.jenkins-ci.org/display/JENKINS/Remote+access+API>, is it 
possible to create Secret Text values?

Also, is it possible to specify that a Build should use a particular 
Binding, as well as its corresponding environment variable?

Example (of what I'm looking for):

PUT JENKINS_URL/build/1234/plugins  w/ body { "key": FOO, 
"binding_name_to_use": FOO_BINDING }

I'd expect for that POST to set a Binding of "FOO" with a value of 
"FOO_BINDING" (I'm assuming that FOO_BINDING was already created) to the 
build "1234."

Does such an API call exist?

-- 
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/0a50ea79-8af8-43d4-a8ea-303a4be3051c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to