Go to file
sacha c9121b4d5c Initial commit - DevOps test project 2026-01-20 22:50:07 +00:00
Jenkinsfile Initial commit - DevOps test project 2026-01-20 22:50:07 +00:00
README.md Initial commit - DevOps test project 2026-01-20 22:50:07 +00:00
app.sh Initial commit - DevOps test project 2026-01-20 22:50:07 +00:00

README.md

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

# Clone
git clone https://gitea.sta4ck.eu/admin/devops-test.git

# Push
git add . && git commit -m "test" && git push