You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by mc...@apache.org on 2020/11/18 10:20:36 UTC

[incubator-hop-docs] 14/42: switch CI key

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

mcasters pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git

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 {