Hello, I am trying to get a build step to run a python script when it gets instantiated.
Everything i need to run the script is contained in the resources that are provided to the build step only when a build gets scheduled. Like the launcher for example. I found that a BuildWrapper can have a setUp method but this gets called only when a build gets scheduled. Is there a way to do something like this in the constructor of the build step? Thanks -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
