This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch 
bugfix/INFRA-24767-Connection-reset-when-accessing-Maven-Central-on-Jenkins-Windows-Build-Nodes
in repository 
https://gitbox.apache.org/repos/asf/uima-build-jenkins-shared-library.git

commit e78633fa952ddc7d5a3c43ab8f07bf1adaeb7631
Author: Richard Eckart de Castilho <r...@apache.org>
AuthorDate: Mon Sep 18 17:53:35 2023 +0200

    INFRA-24767: Connection reset when accessing Maven Central on Jenkins 
Windows Build Nodes
    
    - Pin build to particular Windows node
---
 vars/defaultPipeline.groovy | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/vars/defaultPipeline.groovy b/vars/defaultPipeline.groovy
index 0c5255a..759b91b 100644
--- a/vars/defaultPipeline.groovy
+++ b/vars/defaultPipeline.groovy
@@ -65,12 +65,14 @@ def call(body) {
                 name 'PLATFORM'
 // https://github.com/apache/uima-build-jenkins-shared-library/issues/5
 //                values 'ubuntu', 'Windows'
-                values 'ubuntu'
+//                values 'ubuntu'
+                values 'Windows'
             }
           }
   
           agent {
-            label labelValue ? "(${labelValue}) && ${PLATFORM}" : "${PLATFORM}"
+//            label labelValue ? "(${labelValue}) && ${PLATFORM}" : 
"${PLATFORM}"
+            label "Windows && jenkins-win-azr-10"
           }
           
           options {

Reply via email to