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
|
agent any
|
||||||
|
|
||||||
// 🔁 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('* * * *')
|
|
||||||
}
|
|
||||||
|
|
||||||
// ⚙️ Paramètre manuel (fallback)
|
// ⚙️ Paramètre manuel (fallback)
|
||||||
parameters {
|
parameters {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user