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 fd2c242 Update netbeansnativetlp.groovy
fd2c242 is described below
commit fd2c242cc5b35101077b3dd25b56289bc62b47f9
Author: Eric Barboni <[email protected]>
AuthorDate: Tue Apr 11 18:49:09 2023 +0200
Update netbeansnativetlp.groovy
---
jobs/netbeansnativetlp.groovy | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/jobs/netbeansnativetlp.groovy b/jobs/netbeansnativetlp.groovy
index 851981e..4e4f08b 100644
--- a/jobs/netbeansnativetlp.groovy
+++ b/jobs/netbeansnativetlp.groovy
@@ -30,6 +30,10 @@ organizationFolder('NetBeans/netbeans-native-TLP') {
includes('netbeans-native*')
excludes('')
}
+ gitBranchDiscovery()
+ headRegexFilter {
+ regex('master')
+ }
}
}
}
---------------------------------------------------------------------
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