add triggers

This commit is contained in:
Samira Ouaaz 2021-11-18 01:37:48 -05:00
parent e99c250fbb
commit affdc73dea

4
Jenkinsfile vendored
View file

@ -1,6 +1,10 @@
pipeline {
agent none
triggers {
pollSCM 'H/10 * * * *'
}
stages {
stage('Build') {
agent {