Quoting Alex Brodov <alex....@gmail.com>:

I have a txt file which is dynamic file, it's updating during every build,
i want to use the content of the file which holds some string inside as a
Jenkins parameter so i can use the content of the file, i'm trying to
figure out how can i do that.


If you want the content of the file in a downstream job, archive the file in the job in which it is created and then use copy artifacts to copy the file into the current jobs workspace.

--
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to