Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 310 Bytes

File metadata and controls

18 lines (11 loc) · 310 Bytes

Jenkins Pipelines on AWS

Introduction

This repository is for the 3rd project of my Udacity program.

You can find:

  • a simple html file to be deployed on a static website.
  • a Jenkinsfile for CI/CD

Pipeline

  • Lint HTML We use tidy to lint all html files
  • Deploy to S3
  • Check if website is up