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

commit de3af0bcad8297f5cf3a99eabb0b3247934d3046
Author: Richard Eckart de Castilho <r...@apache.org>
AuthorDate: Mon Sep 18 17:54:48 2023 +0200

    INFRA-24767: Connection reset when accessing Maven Central on Jenkins 
Windows Build Nodes
    
    - Pin build to particular Windows node
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 60cd449fe..0e7ca0a95 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -15,7 +15,7 @@
 // specific language governing permissions and limitations
 // under the License.
 
-@Library('uima-build-jenkins-shared-library') _
+@Library('uima-build-jenkins-shared-library@bugfix/INFRA-24767-Connection-reset-when-accessing-Maven-Central-on-Jenkins-Windows-Build-Nodes')
 _
 
 defaultPipeline {
   // extraMavenArguments = '-Pjacoco,spotbugs,pmd,run-rat-report 
-Ddisable-rc-auto-staging'

Reply via email to