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 <sru...@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
sru...@apache.org.

Reply via email to