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 14:42:24 UTC

[incubator-plc4x] branch testing/site_deploy created (now 71ea27a)

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

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


      at 71ea27a  added a stage deploy on git-websites node

This branch includes the following new commits:

     new 71ea27a  added a stage deploy on git-websites node

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

[incubator-plc4x] 01/01: added a stage deploy on git-websites node

Posted by sr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 71ea27a95593e2bd7a483e630952ee10b7f1ab75
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Tue Feb 27 15:42:19 2018 +0100

    added a stage deploy on git-websites node
---
 Jenkinsfile | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index afaffe9..8fb4abd 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -137,5 +137,17 @@ pipeline {
             }
         }
 
+        stage('Deploy site') {
+            agent {
+                node {
+                    label 'git-websites'
+                }
+            }
+            steps {
+                echo 'Deploy Site'
+                sh 'mvn -P${JENKINS_PROFILE} ${MVN_LOCAL_REPO_OPT} site:deploy'
+            }
+        }
+
     }
 }
\ No newline at end of file

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