{"id":23090370,"url":"https://github.com/kevden01/jenkins-docker-python-ci-cd-pipeline","last_synced_at":"2026-05-06T08:34:16.098Z","repository":{"id":255176167,"uuid":"848771527","full_name":"KevDen01/Jenkins-Docker-Python-CI-CD-Pipeline","owner":"KevDen01","description":"CI/CD pipeline demonstration using Jenkins, Docker, and Python. This project showcases a containerized Python application integrated with Jenkins for automated builds, tests, and deployments.","archived":false,"fork":false,"pushed_at":"2024-11-26T13:54:41.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T17:53:00.902Z","etag":null,"topics":["cicd","docker","dockerfile","jenkins","jenkinsfile","pipeline","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KevDen01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-28T11:32:51.000Z","updated_at":"2024-11-26T13:57:27.000Z","dependencies_parsed_at":"2024-08-28T12:59:44.642Z","dependency_job_id":"0af72f87-ab9a-4ed6-bfee-b8c9e2070fd6","html_url":"https://github.com/KevDen01/Jenkins-Docker-Python-CI-CD-Pipeline","commit_stats":null,"previous_names":["kevden01/jenkins_pipeline","kevden01/jenkins-docker-python-ci-cd-pipeline"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KevDen01/Jenkins-Docker-Python-CI-CD-Pipeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevDen01%2FJenkins-Docker-Python-CI-CD-Pipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevDen01%2FJenkins-Docker-Python-CI-CD-Pipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevDen01%2FJenkins-Docker-Python-CI-CD-Pipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevDen01%2FJenkins-Docker-Python-CI-CD-Pipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KevDen01","download_url":"https://codeload.github.com/KevDen01/Jenkins-Docker-Python-CI-CD-Pipeline/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevDen01%2FJenkins-Docker-Python-CI-CD-Pipeline/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259914868,"owners_count":22931323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cicd","docker","dockerfile","jenkins","jenkinsfile","pipeline","python"],"created_at":"2024-12-16T20:53:14.358Z","updated_at":"2026-05-06T08:34:11.075Z","avatar_url":"https://github.com/KevDen01.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jenkins Docker Python CI/CD Pipeline\n\nThis project demonstrates setting up a Continuous Integration and Continuous Deployment (CI/CD) pipeline using Jenkins and Docker for a Python application.\n\n## Project Structure\n\n- `Dockerfile`: Defines the Docker image for the Python application.\n- `Jenkinsfile`: Contains the Jenkins pipeline configuration.\n- `docker-compose.yml`: Orchestrates Docker containers for the application and Jenkins.\n- `requirements.txt`: Lists the Python dependencies.\n- `manage.py`: Entry point for the Python application.\n- `pipeline/`: Directory containing application-specific code.\n\n## Prerequisites\n\n- Docker installed on your system.\n- Docker Compose installed.\n- Basic understanding of Jenkins and Docker.\n\n## Setup Instructions\n\n1. **Clone the Repository:**\n\n   ```bash\n   git clone https://github.com/KevDen01/Jenkins-Docker-Python-CI-CD-Pipeline.git\n   cd Jenkins-Docker-Python-CI-CD-Pipeline\n   ```\n\n2. **Build and Start the Docker Containers:**\n\n   ```bash\n   docker-compose up --build\n   ```\n\n   This command builds the Docker images and starts the containers as defined in `docker-compose.yml`.\n\n3. **Access Jenkins:**\n\n   - Open your browser and navigate to `http://localhost:8080`.\n   - Follow the on-screen instructions to set up Jenkins.\n\n4. **Configure the Jenkins Pipeline:**\n\n   - In Jenkins, create a new Pipeline job.\n   - Set the pipeline script to use the `Jenkinsfile` from this repository.\n\n5. **Run the Pipeline:**\n\n   - Trigger the pipeline build in Jenkins.\n   - Monitor the build process and ensure all stages complete successfully.\n\n## Application Usage\n\n- **Starting the Application:**\n\n  The application is managed through Docker Compose. Use the following command to start the application:\n\n  ```bash\n  docker-compose up\n  ```\n\n- **Running Tests:**\n\n  Tests are defined within the pipeline and are executed during the build process.\n\n## Contributing\n\nContributions are welcome! Please fork the repository and submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevden01%2Fjenkins-docker-python-ci-cd-pipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevden01%2Fjenkins-docker-python-ci-cd-pipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevden01%2Fjenkins-docker-python-ci-cd-pipeline/lists"}