You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ab...@apache.org on 2019/01/31 10:26:04 UTC

[incubator-zipkin-brave-karaf] 42/43: [jenkins] Remove unneeded poll trigger

This is an automated email from the ASF dual-hosted git repository.

abesto pushed a commit to branch jenkinsfile-tweaks
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-karaf.git

commit 48aa7320db012d138c420e1c31d24e808d55ed3c
Author: Zoltan Nagy <ab...@fb.com>
AuthorDate: Thu Jan 31 07:59:18 2019 +0000

    [jenkins] Remove unneeded poll trigger
---
 Jenkinsfile | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f521de9..90fa378 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -2,7 +2,7 @@ pipeline {
     agent {
         label 'ubuntu'
     }
-    
+
     tools {
         jdk 'JDK 1.8 (latest)'
     }
@@ -12,10 +12,6 @@ pipeline {
         timestamps()
     }
 
-    triggers {
-        pollSCM('H/15 * * * *')
-    }
-
     stages {
         stage('SCM Checkout') {
             steps {
@@ -23,7 +19,7 @@ pipeline {
                 checkout scm
             }
         }
-        
+
         stage('Check environment') {
             steps {
                 sh 'env'