You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2023/03/16 08:51:40 UTC

[hop-website] branch master updated: fix website build

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f39431958 fix website build
     new 972db0693 Merge pull request #198 from hansva/master
f39431958 is described below

commit f39431958aad91f8d0dec881496db57fcfda031c
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Thu Mar 16 09:50:58 2023 +0100

    fix website build
---
 Jenkinsfile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 26985b574..c429ee274 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -27,9 +27,6 @@ pipeline {
         buildDiscarder(
             logRotator(artifactNumToKeepStr: '5', numToKeepStr: '10')
         )
-
-        ansiColor('xterm')
-
         checkoutToSubdirectory('hop-website')
     }