patch: pipeline id

This commit is contained in:
spassignat
2026-05-03 16:59:13 +02:00
parent 10dd888152
commit c334f5ec09
2 changed files with 10 additions and 2 deletions

10
.woodpecker/test.yml Normal file
View File

@@ -0,0 +1,10 @@
when:
- event: [ push, deployment, manual ]
steps:
- name: test
image: alpine
commands: |
echo "Pipeline déclenché !"
echo "Event: ${CI_PIPELINE_EVENT}"
echo "Deploy to: ${CI_PIPELINE_DEPLOY_TARGET}"