On Mon, Aug 17, 2020 at 10:10 AM [email protected] <[email protected]> wrote: > My problem with file parameter is that the file is stored in the build and > can be retrieved later. > Is there some parameter implementation that would handle files without making > them available later?
I do not think so. Would be especially thorny for Pipeline because what is “later”? If you restart Jenkins in the middle of a build and it needs the parameter after the restart, what then? What if you *Replay* the build? You could _predefine_ secret file credentials and then use a credentials parameter. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr27F-wz1%2B5bkR%2Bi2uVy58dHpuwoMw_v-4uZVc1MsUkU%2Bw%40mail.gmail.com.
