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
Expand all | Collapse all

Build the pipeline for Continuous integration of blockchain application on bluemix

  • 1.  Build the pipeline for Continuous integration of blockchain application on bluemix

    Posted Thu February 23, 2017 09:53 AM

    I’m looking to build the pipeline for Continuous integration of blockchain application on bluemix. This is our setup:

    Appliction code is resided in Private GitHub repository.

     

    We clone the repository manually and deploy our node.js application using cloudfoundry "cf push 'appname' " command locally.

     

    The goal is to automate the deployment process of code into bluemix whenever new changes are pushed to Github. Is there any way to integrate the private Github repo's to bluemix devOps service and deploy the code onto the bluemix?

    Thanks! 



  • 2.  RE: Build the pipeline for Continuous integration of blockchain application on bluemix

    Posted Thu March 09, 2017 12:55 PM

    Try the following steps:

    1. Login to your account on github.com

    2. Login to IBM devops services (hub.jazz.net)

    3. Create a new project

    4. When you select Github, it will take you to github for allowing IBM DevOps to access your github account

    5. Once you give permissions, it will list your github projects (including the private ones)