Project

General

Profile

Feature #23

Updated by Fernando Jose Capeletto Neto over 1 year ago

To allow Continuous Integration / Delivery / Deploy for CMSDisplay, the following tasks need are needed : 
 * "Dockerize CMSDisplay":/issues/32 

 [[Dockerize CMSDisplay (:/issues/32)]   

 * Create a multi-topic branch CMSDisplay_Sonar Jenkins pipeline to trigger SonarQube code analysis.  
 * Create a muti-topic branch CMSDisplay_IntegrationTest Jenkins Pipeline w/ steps: Test -> Build -> Create Docker Img -> Start a Cloud Instance in it to test the snapshot. 
 * Create a master/release branch CMSDisplay_Deploy Jenkins Pipeline w/ steps: Test -> Build -> Create Docker Img -> Publish Docker Img -> Trigger docker-compose recreation on Prod. 
 * Modify nginx cms.lab.fernando.engineer.conf at lab.fernando.engineer 

Back