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-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 3fe3453f8 use jdk 11
3fe3453f8 is described below

commit 3fe3453f8fbc23b753ec263c0e2c1cb093bcd8f6
Author: Eric Barboni <[email protected]>
AuthorDate: Wed Oct 5 23:51:05 2022 +0200

    use jdk 11
---
 Jenkinsfile.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index c094b88fd..c72423391 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -17,7 +17,7 @@
 pipeline {
     // 'git-websites' as set by ASF Infra. This is the label used to build 
websites.
     agent { node { label 'git-websites' } }
-    tools { jdk 'jdk_1.8_latest' }
+    tools { jdk 'jdk_11_latest' }
     triggers {
         pollSCM('') // Enabling being build on Push
     }


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