Hello all I have a question,
How I can recover several file generated during a step of my pipeline, in another step (this launched before in pipeline) but for the next iteration of pipeline run ? Exemple for pipelinerun 1 excecution / job 1 generate file à drop.sql / job 2 generate base à create.sql and generate new drop.sql(2) How I can in pipelinerun 2 excecution take / job 1 (excecution 1) generated file à drop.sql(2) / job 2 generate base à create.sql and generate new drop.sql(3) How I can in pipelinerun 3 excecution take / job 1 (excecution 2) generated file à drop.sql(3) / job 2 generate base à create.sql and generate new drop.sql(4) … continue for each next iteration of the pipeline Greate thank and best regards, Adrien Ruffié -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
