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 62b2938c71
commit f0e8b025a4

4
Jenkinsfile vendored
View File

@@ -1,6 +1,10 @@
pipeline pipeline
{ {
agent any agent any
options {
// This is required if you want to clean before build
skipDefaultCheckout(true)
}
environment environment
{ {