I initially developed a Jenkins pipeline to launch Calm blueprints using the raw API, which works, but i hadn’t yet figured out how to pass runtime params to it.
It was then that i found the Jenkins plugin, which simplifies the process significantly. It is easy to pass values to the app variables that are exposed in the blueprint. What i don’t see is the ability to pass runtime-editable fields.
For example, i can set an App Variable for a user-supplied value, via the plugin. But I don’t see a way to set, for example, the `vCPUs` field that I have marked as a runtime field.
It is available to set when launching the Blueprint via the Prism UI, but is it possible to set these fields using the Jenkins Plugin?
PS: i am also unclear how to set params via the raw API, but i’ll ask that in a separate topic.