623 B
623 B
DevOps Test Project 🧪
Un simple projet pour tester la chaîne CI/CD : Gitea → Jenkins → Rundeck
Structure
devops-test/
├── app.sh # Script simple à déployer
├── Jenkinsfile # Pipeline CI/CD
└── README.md # Ce fichier
Comment tester
- Push vers Gitea → déclenche webhook
- Jenkins → build et test automatique
- Rundeck → déploiement (optionnel)
Commandes
# Clone
git clone https://gitea.sta4ck.eu/admin/devops-test.git
# Push
git add . && git commit -m "test" && git push