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

dklco pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/master by this push:
     new ee8cad36 chore - temporarily disabling windows builds as windows build 
executor has caching issue
ee8cad36 is described below

commit ee8cad36cc57c583999400b09bc062cedf4a2182
Author: Dan Klco <k...@adobe.com>
AuthorDate: Thu Sep 28 00:06:09 2023 -0400

    chore - temporarily disabling windows builds as windows build executor has 
caching issue
---
 .sling-module.json | 2 +-
 Jenkinsfile        | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.sling-module.json b/.sling-module.json
index b67d4ee0..79480ea6 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -2,7 +2,7 @@
   "jenkins": {
     "jdks": [11],
     "mavenGoal": "install",
-    "operatingSystems": ["windows", "linux"],
+    "operatingSystems": ["linux"],
     "buildTimeout": 120
   }
 }
diff --git a/Jenkinsfile b/Jenkinsfile
index 5df01913..f5825190 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,5 +17,4 @@
  * under the License.
  */
 
-@Library('sling@SLING-12050')
 slingOsgiBundleBuild()

Reply via email to