Hi,
The "mail" DSL function simply sends out mail. The "step" version of mail
has a lot of useful functionality,
like sending mails out on broken builds, and sending "Fixed" mails out when
the build is fixed.
In this document:
https://github.com/jenkinsci/workflow-plugin/blob/master/basic-steps/
Looks good to me - doing some fairly involved things but it reads clearly
to me. I presume the "mail" DSL function didn't do what you want so you had
to use the "step" version of it?
If you find you have many flows that do similar things you could make your
own DSL functions to share for the f
Hi,
I am making some serious efforts to convert my existing Jenkins jobs
to use workflow. My first attempt is here:
https://github.com/freebsd/freebsd-ci/blob/master/scripts/build/build-test.groovy
The script calls several helper scripts, but overall what it is trying to
do is:
1. Builds t