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

rec pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/uima-build-jenkins-shared-library.git


The following commit(s) were added to refs/heads/main by this push:
     new d02e38a  Revert "Revert "Issue #5: Windows builds do not seem to work""
d02e38a is described below

commit d02e38ab12495f1021eb89f40462407a10eec69e
Author: Richard Eckart de Castilho <r...@apache.org>
AuthorDate: Wed Aug 2 11:58:54 2023 +0200

    Revert "Revert "Issue #5: Windows builds do not seem to work""
    
    This reverts commit bed2f579f062b9662f80fb1e52ecaeac1ddf2d05.
---
 vars/defaultPipeline.groovy | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/vars/defaultPipeline.groovy b/vars/defaultPipeline.groovy
index a423b55..0c5255a 100644
--- a/vars/defaultPipeline.groovy
+++ b/vars/defaultPipeline.groovy
@@ -63,7 +63,9 @@ def call(body) {
           axes {
             axis {
                 name 'PLATFORM'
-                values 'ubuntu', 'Windows'
+// https://github.com/apache/uima-build-jenkins-shared-library/issues/5
+//                values 'ubuntu', 'Windows'
+                values 'ubuntu'
             }
           }
   

Reply via email to