I think I have a pretty simple requirement for the build flow plugin and
the editable email plugin, but I could use some help getting this working.

In the build flow job I am kicking off some builds:

build( "job1" )
build( "job2" )
build( "job3" )


Then I want to send some emails with links to build artifacts that
have been uploaded to S3, like this:

http://somelink.amazonaws.com/bucket/job1-filename-234.apk
http://somelink.amazonaws.com/bucket/job2-filename-168.apk
http://somelink.amazonaws.com/bucket/job3-filename-852.apk

Where "234" is the build number from job1, "168" is the build number
from job2, etc.

So, what do I need to do in the DSL on the build flow plugin to grab
the build numbers so they can be used in the editable email?

Thanks in advance for any assistance.

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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to