DevOps Automation

DevOps Automation

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Need recommendations for private builds in CI/CD

    Posted Tue March 06, 2018 07:44 PM

    I am looking for recommendations or best practices to implement private builds in CI/CD.  When developers check in code to a "private branch" or a personal workspace in source control it should trigger CI / CD workflows n Jenkins.  It should be separate from the CI/CD workflows in Jenkins which are executed off Trunk or main branch in SCM. 

    Any hep will be greatly appreciated. 

    Thanks

    NP

     

    Narayanan D. Potti

    PMP, CSM



  • 2.  RE: Need recommendations for private builds in CI/CD

    Posted Fri April 20, 2018 10:43 AM

    This is the function of leveraging Jenkins pipelines and including the Jenkins file in your source.  Each branch should build the Jenkins file in the branches.  Here is an older post, but covers the idea:

    https://jenkins.io/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/

     

    David Greenstein