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/45dcac18-b3b5-4343-a8e8-eae24cb78414%40googlegroups.com.

Reply via email to