ccp CI/CD object model

Example usage (bvt pipeline):

  def ccpCiCd = new com.mirantis.mcp.CCPCICD().newInstance(this, env)

  ccpCiCd.applyPipelineParameters()

  ccpCiCd.fetchEnvConfiguration()
  ccpCiCd.parametrizeConfig()

  ccpCiCd.build()
  ccpCiCd.deploy()
  ccpCiCd.cleanup()

Change-Id: Ie4a8328947f77334943b6dc6343960721985ad84
1 file changed
tree: 7c9248fbe8d8f52e8ac90ef8f795ff21d830a701
  1. src/
  2. vars/
  3. .gitignore
  4. .gitreview
  5. build.gradle
  6. codenarcRules.groovy