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 77fdbf2 Issue #5: Windows builds do not seem to work
77fdbf2 is described below
commit 77fdbf2fd08676bbd417606d287a2c4e66704640
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Tue Sep 19 23:24:24 2023 +0200
Issue #5: Windows builds do not seem to work
- Deactivate Windows builds again
---
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'
}
}