chore: use credentials for both CLOUDFLARE_API_TOKEN and CF_ACCOUNT_ID

This commit is contained in:
wfz
2026-05-13 17:01:46 +08:00
parent 27369baac6
commit 22852f56be

2
Jenkinsfile vendored
View File

@@ -3,7 +3,7 @@ pipeline {
environment { environment {
CLOUDFLARE_API_TOKEN = credentials('CLOUDFLARE_API_TOKEN') CLOUDFLARE_API_TOKEN = credentials('CLOUDFLARE_API_TOKEN')
CF_ACCOUNT_ID = '0a0b9995a00648aadf505e235e66458a' CF_ACCOUNT_ID = credentials('CF_ACCOUNT_ID')
} }
stages { stages {