Fix Jenkinsfile: force recreate + health check

This commit is contained in:
soufiane 2025-10-31 00:44:41 +01:00
parent 8d0b0e24ba
commit 214168dae9

4
Jenkinsfile vendored
View File

@ -1,6 +1,10 @@
pipeline {
agent any
triggers {
giteaPush() // ✅ Déclenche automatiquement le pipeline sur chaque push Gitea
}
environment {
REGISTRY_URL = "registry.wk-archi-o24a-15m-g3.fr"
IMAGE_NAME = "the-tip-top-backend"