Re: Variable substitution in Jenkins plugin

2015-05-31 Thread Daniel Beck
On 30.05.2015, at 17:41, p...@pholding.co.uk wrote: Does the Jenkins API provide a better solution that would allow my plugin to substitute a variable with a real value when the build job is executed? http://javadoc.jenkins-ci.org/hudson/EnvVars.html#expand%28java.lang.String%29 -- You

Re: Variable substitution in Jenkins plugin

2015-05-31 Thread Adrien Lecharpentier
Hello, You can also use the token macro plugin to do such things: https://wiki.jenkins-ci.org/display/JENKINS/Token+Macro+Plugin -- Adrien Le dim. 31 mai 2015 20:29, Daniel Beck m...@beckweb.net a écrit : On 30.05.2015, at 17:41, p...@pholding.co.uk wrote: Does the Jenkins API provide a