You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2023/03/31 09:58:15 UTC

[comdev-events-site] branch main updated: Fix up INFRA doc link

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

sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-events-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 8ebc053  Fix up INFRA doc link
8ebc053 is described below

commit 8ebc053887bd41477b655a1e4b0d0a6af8b018e7
Author: Sebb <se...@apache.org>
AuthorDate: Fri Mar 31 10:58:06 2023 +0100

    Fix up INFRA doc link
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a6c41ba..d5c151a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -18,7 +18,7 @@
 
 pipeline {
     agent {
-        // https://cwiki.apache.org/confluence/display/INFRA/Jenkins+node+labels
+        // https://cwiki.apache.org/confluence/display/INFRA/ci-builds.apache.org
         label 'git-websites'
     }