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 bed2f57 Revert "Issue #5: Windows builds do not seem to work"
bed2f57 is described below
commit bed2f579f062b9662f80fb1e52ecaeac1ddf2d05
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Fri Jul 28 22:15:16 2023 +0200
Revert "Issue #5: Windows builds do not seem to work"
This reverts commit 895d88e3738aab2ab776194cf74f4e1cfe2e350f.
---
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'
}
}