This project demonstrates an ETL (Extract, Transform, Load) pipeline with CI/CD principles applied via Jenkins. The pipeline automates testing, building, and deployment.
etl-project/ ├── data/ ├── scripts/ ├── tests/ ├── deploy/ ├── requirements.txt ├── Dockerfile ├── Jenkinsfile
markdown Copier le code
- Set up Jenkins and Docker.
- Configure the pipeline in Jenkins using
Jenkinsfile. - Push changes to the Git repository to trigger the pipeline.