Fix Jenkinsfile syntax (clean comments)
This commit is contained in:
parent
f611d2c080
commit
c1ed0e37b0
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -3,7 +3,7 @@ pipeline {
|
||||||
|
|
||||||
// 🔁 Vérifie toutes les 2 minutes si du nouveau code a été poussé
|
// 🔁 Vérifie toutes les 2 minutes si du nouveau code a été poussé
|
||||||
triggers {
|
triggers {
|
||||||
pollSCM('H/2 * * * *')
|
pollSCM(' * * * * ')
|
||||||
}
|
}
|
||||||
|
|
||||||
// ⚙️ Paramètre manuel (fallback)
|
// ⚙️ Paramètre manuel (fallback)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user