chore: add CF_ACCOUNT_ID environment variable

This commit is contained in:
wfz
2026-05-13 17:00:06 +08:00
parent a638bada74
commit 27369baac6

1
Jenkinsfile vendored
View File

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