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/22 22:04:43 UTC

[camel-website] 01/01: chore: migrate to new CI server

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

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

commit bcb055f2e7176476cc7ee60fe5f67b40bab0d7f6
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Thu Jul 23 00:04:09 2020 +0200

    chore: migrate to new CI server
    
    We need to migrate to managed Jenkins instance at ci-builds.apache.org.
    The timestamp pipeline plugin is not installed there so we need to
    remove it.
---
 Jenkinsfile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f41cbcf..8af7ea7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -28,8 +28,6 @@ pipeline {
             logRotator(artifactNumToKeepStr: '5', numToKeepStr: '10')
         )
 
-        timestamps()
-
         ansiColor('xterm')
 
         checkoutToSubdirectory('camel-website')