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

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Jenkinsfile supporting a simple git workflow

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages