Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 446 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 446 Bytes

Worfklow test

This project contains a Jenkinsfile showing off a simple workflow which runs builds differently based on branch names.

  • builds for branches matching ready/* will be:
    • merged into master
    • built
    • published as the new master
    • deleted
  • builds for branches matching master or hotfix/ will be:
    • built
    • deployed
  • builds for branches not matching any of the above will be:
    • merged into master
    • built