You may want to check out the Active Choices plugin <https://wiki.jenkins-ci.org/display/JENKINS/Active+Choices+Plugin> for script generated dynamic build parameters. Active Choices though uses Groovy
Active Choices parameters are used as build parameters in a variety of ways. On Thursday, May 7, 2015 at 1:48:06 PM UTC-4, Krishna Kumar Tiwari wrote: > > Hi > > Suppose i have a script(script.py) which outputs one variable in Build_id > . and in Execute Shell section of the job config. Following is the commands > i have specified in Execute Shell section. > > > python script.py > > python script1.py > > I want script1.py to use that variable in the job . > > How can i do that ? > -- 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/39196223-e829-4c42-ad94-b9c394a070ea%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
