You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2020/07/23 19:40:21 UTC

[camel-website] branch master updated: chore(ci): remove preview stage

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

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new b8e4e1f  chore(ci): remove preview stage
b8e4e1f is described below

commit b8e4e1f5c86370b522fdf5614c5c8ca4449adaed
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Thu Jul 23 21:40:10 2020 +0200

    chore(ci): remove preview stage
    
    There is no HTML preview plugin at ci-builds.a.o, and we're only
    building the `master` branch there, as we're relying on Netlify to
    provide preview builds of the website. This removes the `Preview` stage.
---
 Jenkinsfile | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8af7ea7..d0dbac5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -100,18 +100,6 @@ pipeline {
             }
         }
 
-        stage('Preview') {
-            when {
-                not {
-                    branch 'master'
-                }
-            }
-
-            steps {
-                publishHTML([allowMissing: false, alwaysLinkToLastBuild: false, keepAll: false, reportDir: 'camel-website/public', reportFiles: 'index.html', reportName: 'Preview', reportTitles: ''])
-            }
-        }
-
         stage('Deploy') {
             when {
                 branch 'master'