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 895d88e Issue #5: Windows builds do not seem to work
895d88e is described below
commit 895d88e3738aab2ab776194cf74f4e1cfe2e350f
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Wed Jul 5 12:45:02 2023 +0200
Issue #5: Windows builds do not seem to work
- Deactivate Windows builds for the time being
---
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'
}
}