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 f661a6d chore(website): Adjusted the Jenkinsfile to build all
presenatations before building the website
f661a6d is described below
commit f661a6d590e18580479db82d91aae417190f0225
Author: Christofer Dutz <[email protected]>
AuthorDate: Mon Sep 19 16:26:41 2022 +0200
chore(website): Adjusted the Jenkinsfile to build all presenatations before
building the website
---
site/Jenkinsfile | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/site/Jenkinsfile b/site/Jenkinsfile
index 0e3785c..437c1b8 100644
--- a/site/Jenkinsfile
+++ b/site/Jenkinsfile
@@ -75,6 +75,16 @@ pipeline {
}
}
+ stage('Build presentations') {
+/* when {
+ changeset "site/**"
+ }*/
+ steps {
+ echo 'Building Presentations'
+ sh 'mvn -f content/pom.xml install'
+ }
+ }
+
stage('Build site') {
/* when {
changeset "site/**"