30 lines
623 B
Markdown
30 lines
623 B
Markdown
# 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
|
|
|
|
1. **Push vers Gitea** → déclenche webhook
|
|
2. **Jenkins** → build et test automatique
|
|
3. **Rundeck** → déploiement (optionnel)
|
|
|
|
## Commandes
|
|
|
|
```bash
|
|
# Clone
|
|
git clone https://gitea.sta4ck.eu/admin/devops-test.git
|
|
|
|
# Push
|
|
git add . && git commit -m "test" && git push
|
|
```
|
|
# Update mar. 20 janv. 2026 23:04:31 UTC
|