add triggers

This commit is contained in:
Samira Ouaaz 2021-11-18 01:37:48 -05:00
父節點 e99c250fbb
當前提交 affdc73dea

4
Jenkinsfile vendored
查看文件

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