This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-training.git
The following commit(s) were added to refs/heads/develop by this push:
new dad5189 chore: Disabled the attempt to build with Docker on jenkins
dad5189 is described below
commit dad51895183f939988dc013f64f45053423192d2
Author: Christofer Dutz <[email protected]>
AuthorDate: Tue Sep 17 22:31:44 2024 +0200
chore: Disabled the attempt to build with Docker on jenkins
---
site/Jenkinsfile | 4 ++--
site/src/site/site.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/site/Jenkinsfile b/site/Jenkinsfile
index 810d81b..54802dd 100644
--- a/site/Jenkinsfile
+++ b/site/Jenkinsfile
@@ -81,8 +81,8 @@ pipeline {
}*/
steps {
echo 'Building Presentations'
- //sh 'mvn -f content/pom.xml install'
- sh 'docker compose up'
+ sh 'mvn -f content/pom.xml install'
+ //sh 'docker compose up'
}
}
diff --git a/site/src/site/site.xml b/site/src/site/site.xml
index 8c8eecf..caea611 100644
--- a/site/src/site/site.xml
+++ b/site/src/site/site.xml
@@ -135,7 +135,7 @@
<item name="Basics" href="presentations/spark/basics/index.html"
target="_blank"/>
</item>
<item name="Apache Training">
- <item name="Demo" href="presentations/training/demo/index.html"
target="_blank"/>
+ <!--item name="Demo" href="presentations/training/demo/index.html"
target="_blank"/-->
<item name="Presentation"
href="presentations/training/presentation/index_en.html" target="_blank"/>
</item>
<item name="Apache Zookeeper"
href="presentations/zookeeper/index_en.html" target="_blank"/>