Merge pull request #4 from gourteacher/make-a-change

add triggers
This commit is contained in:
gourteacher 2021-11-17 22:41:25 -08:00 committed by GitHub
commit 3944934ee7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View file

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