You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2019/08/05 15:11:51 UTC

[netbeans-jenkins-lib] branch master updated: Add pollSCM

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

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new fdaa74b  Add pollSCM
fdaa74b is described below

commit fdaa74b7a046c39a9f6d42a4a88dcf8242ed8b93
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Mon Aug 5 17:11:42 2019 +0200

    Add pollSCM
---
 vars/asfStandardBuild.groovy | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index 81b1176..5d19fb1 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -45,6 +45,9 @@ def call(Map params = [:]) {
 
     pipeline {
         agent any
+	triggers {
+	   pollSCM('H/5 * * * * ')
+	}
         stages{
             stage("Build"){
                 agent { node { label 'ubuntu' } }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists