✅ Fix Jenkinsfile: force recreate + health check
This commit is contained in:
parent
214168dae9
commit
b5859d7c6c
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -2,7 +2,7 @@ pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
triggers {
|
triggers {
|
||||||
giteaPush() // ✅ Déclenche automatiquement le pipeline sur chaque push Gitea
|
pollSCM('* * * * *') // Vérifie les changements toutes les minutes, webhook Gitea force un scan immédiat
|
||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user