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 2020/11/08 15:16:29 UTC

[incubator-hop-docs] branch master updated: switch CI key

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/incubator-hop-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new bd9fe32  switch CI key
bd9fe32 is described below

commit bd9fe3294d27de3a17235a7037ce08786d4345d6
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Sun Nov 8 16:14:32 2020 +0100

    switch CI key
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index bdff542..b36939e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -18,7 +18,7 @@
  */
 
 def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
-def githubToken = "5f95d117-af3b-452a-9e5c-4bddb22a67f4"
+def githubToken = "399061d0-5ab5-4142-a186-a52081fef742"
 
 pipeline {