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

Jenkinsfile supporting a simple git workflow

Notifications You must be signed in to change notification settings

praqma-thi/wf-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages