I have a Build Flow job that orchestrates running three Jenkins projects with various parameters, so there are a total of 12 (Maven) jobs that run. After these jobs are complete, a wrap-up job is run that just emails out a list of S3 links to the artifacts that were produced in each of the 12 jobs.
I was able to extract the build number from each of the 12 jobs using b1.build.number (for example) and passed that to the email job to include in the S3 links. However the filenames also include the Git branch, and I haven't been able to pass that to the email job from within the Build Flow. It seems that there are probably several other ways I could approach this. One would probably be to grab the artifact filenames from the REST API (since I already know the build numbers) and prepend my root S3 URL. I am new to Jenkins and not too clear on the easiest way to do that, though. Any other suggestions? Thanks. Curtis -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
