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 <[email protected]> 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'
