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 d7a501f  weekly run for matrix
d7a501f is described below

commit d7a501ffb63434e41693ac45173fd0fd60851930
Author: Eric Barboni <[email protected]>
AuthorDate: Tue Mar 22 17:34:36 2022 +0100

    weekly run for matrix
---
 jobs/netbeanstestmatrix.groovy | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/jobs/netbeanstestmatrix.groovy b/jobs/netbeanstestmatrix.groovy
index 1a7dd53..36fc4c0 100644
--- a/jobs/netbeanstestmatrix.groovy
+++ b/jobs/netbeanstestmatrix.groovy
@@ -26,7 +26,16 @@ pipelineJob('NetBeans/netbeans-matrix') {
             script(readFileFromWorkspace('jobs/Jenkinsmatrixfile.groovy'))
             sandbox()
         }
-    }    
+    }
+    properties {
+        pipelineTriggers {
+            triggers {
+                cron { 
+                    spec ('@weekly')
+                }
+            }
+        }
+    }
 }
 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to