Great, so for future readers, my options are either to: 1. write the MD5 to a file and read it in a subsequent stage 2. write an artifact plugin which reads/writes the MD5 from a key/value store
Let me know if this is incorrect! On Monday, September 30, 2019 at 2:36:48 PM UTC-7, Veeral Patel wrote: > > I'm trying to create a GoCD pipeline that takes the URL of a file in S3, > computes the MD5 of it, and does a few different things with the MD5. > > I was thinking of setting it up so computing the file's MD5 is one job and > the other operations using the MD5 are additional jobs (which run in > parallel). > > My question is, how do I allow the additional jobs to access the MD5 > computed from the previous job? I could create a text file artifact which > contains the MD5, but I'm wondering if I could make the MD5 a "string > artifact" if that makes sense. > -- You received this message because you are subscribed to the Google Groups "go-cd" 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/go-cd/eb92f38f-d8e8-42c0-a6c4-eb1a92502ebb%40googlegroups.com.
