pipeline 2
Some checks are pending
Organisation/sirh/pipeline/pr-main Build queued...
Organisation/sirh/pipeline/head Build started...

This commit is contained in:
2026-04-30 14:56:06 +00:00
parent 15c33efc14
commit efadd66483

2
Jenkinsfile vendored
View File

@@ -8,7 +8,7 @@ pipeline
{ {
steps steps
{ {
'echo "Debut du pipeline"' sh 'echo "Debut du pipeline"'
checkout scm checkout scm
} }
} }