You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2018/02/27 15:08:03 UTC

[incubator-plc4x] 02/02: regenerate site due to node change.

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

sruehl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit 8cafd6d01daaba1d2ca1df3b454fc11e1292e319
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Tue Feb 27 16:07:56 2018 +0100

    regenerate site due to node change.
---
 Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index aa377e5..5d16401 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -151,6 +151,8 @@ pipeline {
             }
             steps {
                 echo 'Deploy Site'
+                // We need to regenerate the site for deploy as we switch the node. We could save time by stash/unstash.
+                sh 'mvn -P${JENKINS_PROFILE} site:site'
                 sh 'mvn -P${JENKINS_PROFILE} site:deploy'
             }
         }

-- 
To stop receiving notification emails like this one, please contact
sruehl@apache.org.