TU-CP18 / cp18-backend

0 stars 1 forks source link

#96 Create a Jenkins pipeline that polls from Git and deploys to our AWS infrastructure. #96

Closed andresest83 closed 5 years ago

andresest83 commented 5 years ago

Description:Create a Jenkins pipeline that polls from Git and deploys to our AWS infrastructure.

Details: A jenkins build job should be triggered once it detects changes on the GItHub repository. The maven build should be done using the production profile. Each war file should be uploaded to S3 to keep a history of our builds. Once built the artifact will be deployed to the tomcat Server installed in EC2.

Acceptance criteria: