You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/10/10 15:05:18 UTC

[sling-org-apache-sling-feature-cpconverter] 01/01: Build on ASF Jenkins with Windows

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

kwin pushed a commit to branch feature/build-with-windows
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git

commit 43518c8b1be17e220fd3785775333343e039f251
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Oct 10 17:05:11 2022 +0200

    Build on ASF Jenkins with Windows
---
 .sling-module.json | 6 ++++++
 Jenkinsfile        | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/.sling-module.json b/.sling-module.json
new file mode 100644
index 0000000..bedb5dd
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,6 @@
+{
+    "jenkins": {
+        "jdks": [8],
+        "operatingSystems": ["windows", "linux"]
+    }
+}
diff --git a/Jenkinsfile b/Jenkinsfile
index b20ef4f..de955a9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -16,5 +16,5 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-
+@Library('sling@feature/configurable-os') _
 slingOsgiBundleBuild()
\ No newline at end of file