Prise en charge de la photo de profil
Some checks failed
Organisation/sirh/pipeline/head There was a failure building this commit

This commit is contained in:
2026-05-06 11:19:30 +00:00
parent 06125b0900
commit 62b2938c71

1
Jenkinsfile vendored
View File

@@ -14,6 +14,7 @@ pipeline
steps steps
{ {
sh 'echo "Debut du pipeline"' sh 'echo "Debut du pipeline"'
cleanWs()
checkout scm checkout scm
} }
} }