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 f588e5c feat: Tried switching the Jenkins build to Docker-Compose
f588e5c is described below
commit f588e5cae09e2c84365db89f8d44d92e130222ba
Author: Christofer Dutz <[email protected]>
AuthorDate: Tue Sep 17 22:25:28 2024 +0200
feat: Tried switching the Jenkins build to Docker-Compose
---
site/Jenkinsfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/site/Jenkinsfile b/site/Jenkinsfile
index 5482998..810d81b 100644
--- a/site/Jenkinsfile
+++ b/site/Jenkinsfile
@@ -81,7 +81,8 @@ pipeline {
}*/
steps {
echo 'Building Presentations'
- sh 'mvn -f content/pom.xml install'
+ //sh 'mvn -f content/pom.xml install'
+ sh 'docker compose up'
}
}