Fix Jenkinsfile syntax (clean comments)
This commit is contained in:
parent
100b12a2fa
commit
6bd916f687
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
|
@ -2,9 +2,8 @@ pipeline {
|
|||
agent any
|
||||
|
||||
// 🔁 Vérifie toutes les 2 minutes si du nouveau code a été poussé
|
||||
triggers {
|
||||
pollSCM('* * * *')
|
||||
}
|
||||
triggers { }
|
||||
|
||||
|
||||
// ⚙️ Paramètre manuel (fallback)
|
||||
parameters {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user