aboutsummaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 1ec0d31..851ae3c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,6 +1,10 @@
pipeline {
agent any
+ triggers {
+ pollSCM('H/1 * * * *')
+ }
+
environment {
BUILD_DIR = "dist"
JS_FILENAME = "grl-panel"