From @vdice on July 20, 2016 19:54
This repo's Jenkinsfile as well as the controller-sdk-go repo's Jenkinsfile share common logic, especially as of deis/controller-sdk-go#46 which builds workflow-cli in place, duplicating many steps used in this repo's pipeline.
It would be preferable if we extracted shared logic into common functionality via the Pipeline Global Library to both reduce duplication and enable only making changes to such functionality in one location. Some functionality will even prove to be generally useful outside of workflow-cli/controller-sdk-go's scope, such as sending email notifications on e2e failures.
Copied from original issue: deis/workflow-cli#142