Go to file
sacha 10771bb644 Test webhook trigger 2026-01-20 23:04:31 +00:00
Jenkinsfile Add Secrets and Rundeck stages 2026-01-20 22:54:45 +00:00
README.md Test webhook trigger 2026-01-20 23:04:31 +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

Update mar. 20 janv. 2026 23:04:31 UTC