An additional question related with the current one is how to propagate a set of env var read from a property file ? In other words, how to have a withEnv equivalent with a property file content.
J.L.P. Le mardi 29 novembre 2016 10:14:03 UTC+1, Jean-Luc Pinardon a écrit : > > Dear all, > > I am exploring pipeline features, and I fall into a problem. > The repository is indeed correctly cloned at job start and the > "jenkinsfile" is run. > But I "discover" that I cannot access the cloned files from within the > stages within nodes. Just because, the workspace used at job begin is > certainly not the same as the workspace within the nodes. > > So, my question is : is there a way to make available the initially cloned > files all over the pipeline, or should I clone the repository once more > within the first stage and then stash the files I need. > > Thanks for your help. > J.L.P. > -- 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/2c9b0560-3e60-4f2e-af70-9416ea34f041%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
