From 27369baac6868a57cd5cf37033c04ac1e0d0e117 Mon Sep 17 00:00:00 2001 From: wfz Date: Wed, 13 May 2026 17:00:06 +0800 Subject: [PATCH] chore: add CF_ACCOUNT_ID environment variable --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 986bcc3..ac1c8b1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,6 +3,7 @@ pipeline { environment { CLOUDFLARE_API_TOKEN = credentials('CLOUDFLARE_API_TOKEN') + CF_ACCOUNT_ID = '0a0b9995a00648aadf505e235e66458a' } stages {