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 01df6f2 Issue #5: Windows builds do not seem to work
01df6f2 is described below
commit 01df6f2995e056d3bb200cedbfc6b234169be555
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Mon Sep 25 15:58:31 2023 +0200
Issue #5: Windows builds do not seem to work
- Reactivate Windows build
---
vars/defaultPipeline.groovy | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/vars/defaultPipeline.groovy b/vars/defaultPipeline.groovy
index 0c5255a..a423b55 100644
--- a/vars/defaultPipeline.groovy
+++ b/vars/defaultPipeline.groovy
@@ -63,9 +63,7 @@ def call(body) {
axes {
axis {
name 'PLATFORM'
-// https://github.com/apache/uima-build-jenkins-shared-library/issues/5
-// values 'ubuntu', 'Windows'
- values 'ubuntu'
+ values 'ubuntu', 'Windows'
}
}