My build job produces various artifacts, they are based on parameters but not directly computable from them. The artifacts are undetermined until the build steps complete. Upon build steps completion, the newly created artifacts' file names are located in the designated file (known in advance)
I want to archive the artifacts by specifying their file names in that file. How can I do it?
P.S. From what I know, the "Archive the artifacts" step specs are similar to includes attribute of Ant fileset. I need something like includesfile.