900 B
900 B
Hello World Woodpecker CI/CD Test
Dieses Projekt testet eine einfache Woodpecker CI/CD-Pipeline mit Podman-Integration.
Struktur
hello.sh- Einfaches Hello World Script.woodpecker.yml- Woodpecker Pipeline-KonfigurationREADME.md- Diese Dokumentation
Pipeline Features
- Verwendet Alpine Linux Container
- Zwei Test-Steps:
hello-world- Führt das Hello World Script austest-environment- Zeigt Container-Environment-Informationen
Funktionsweise
Die Pipeline wird automatisch bei Push auf main oder master Branch ausgelöst und:
- Erstellt einen neuen Podman Container (Alpine Linux)
- Führt das Hello World Script aus
- Zeigt System- und Environment-Informationen
- Bestätigt die erfolgreiche Ausführung
Testing
# Lokaler Test des Scripts
./hello.sh
# Pipeline wird automatisch bei Git Push ausgelöst
git push origin main