✅ Fix Jenkinsfile: force recreate + health check
This commit is contained in:
parent
8d0b0e24ba
commit
214168dae9
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
|
@ -1,6 +1,10 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
|
triggers {
|
||||||
|
giteaPush() // ✅ Déclenche automatiquement le pipeline sur chaque push Gitea
|
||||||
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
REGISTRY_URL = "registry.wk-archi-o24a-15m-g3.fr"
|
REGISTRY_URL = "registry.wk-archi-o24a-15m-g3.fr"
|
||||||
IMAGE_NAME = "the-tip-top-backend"
|
IMAGE_NAME = "the-tip-top-backend"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user