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 e55b79f  fix label
e55b79f is described below

commit e55b79fb62c98e91952e08f64ba98bfa51b75189
Author: Eric Barboni <[email protected]>
AuthorDate: Tue Nov 22 14:29:25 2022 +0100

    fix label
---
 jobs/netbeansbase.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jobs/netbeansbase.groovy b/jobs/netbeansbase.groovy
index 90e9bb6..f25c114 100644
--- a/jobs/netbeansbase.groovy
+++ b/jobs/netbeansbase.groovy
@@ -89,7 +89,7 @@ netbeansBaseJob(name:'windows') {
 and runs platform tests (ant test-platform) that aren't marked with
 <code>@RandomlyFails</code> annotation.
 There is also a <a href="../netbeans-linux">Linux version</a> of this 
build.</html>""")        
-    label('Window')
+    label('Windows')
     steps {
         ant {
             targets(['build','test-platform'])


---------------------------------------------------------------------
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