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 2021/07/07 12:16:28 UTC

[netbeans-native-launchers] branch master updated: limit build

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-native-launchers.git


The following commit(s) were added to refs/heads/master by this push:
     new 907dcb0  limit build
907dcb0 is described below

commit 907dcb05e475f5fceaffb35bfc93a9e4fb5cd094
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Wed Jul 7 14:16:20 2021 +0200

    limit build
---
 Jenkinsfile.groovy | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index eba94dc..9c91c89 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -23,6 +23,10 @@ pipeline {
     triggers {
         pollSCM('H/5 * * * * ')
     }
+    options {
+        buildDiscarder(logRotator(numToKeepStr: '3'))
+        disableConcurrentBuilds() 
+    }
     stages{
         stage("Build with jdk 8 ") {
             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