You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by jm...@apache.org on 2022/09/20 08:01:02 UTC

[incubator] 36/46: chore(website): Adjusted the Jenkinsfile to build all presenatations before building the website

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

jmclean pushed a commit to branch ApacheConSlides
in repository https://gitbox.apache.org/repos/asf/incubator.git

commit f661a6d590e18580479db82d91aae417190f0225
Author: Christofer Dutz <ch...@rivian.com>
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 0e3785c7..437c1b87 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/**"


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org