Re: [workflow-plugin] RFC: workflow script to Build/Boot/Test FreeBSD

2015-12-28 Thread Craig Rodrigues
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/

Re: [workflow-plugin] RFC: workflow script to Build/Boot/Test FreeBSD

2015-12-28 Thread Michael Neale
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

[workflow-plugin] RFC: workflow script to Build/Boot/Test FreeBSD

2015-12-22 Thread Craig Rodrigues
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