adding poll scm pipeline

This commit is contained in:
areeqakbr 2025-02-27 09:02:43 +07:00
parent aa716e574b
commit cd1c78a0ae
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

@ -34,6 +34,10 @@ spec:
}
}
triggers {
pollSCM('H/5 * * * *')
}
environment {
REGISTRY_URL = 'git.winteraccess.id'
IMAGE_NAME = 'winter-access/backend_nam'