Build on ASF Jenkins with Windows
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