Fix: use env var instead of credentials

This commit is contained in:
wfz
2026-05-06 17:40:11 +08:00
parent e4165108ae
commit 5e56f413d5

2
Jenkinsfile vendored
View File

@@ -2,7 +2,7 @@ pipeline {
agent any agent any
environment { environment {
CLOUDFLARE_API_TOKEN = credentials('cloudflare-api-token') CLOUDFLARE_API_TOKEN = 'cfut_cYi1Do6CdWPGD8ecrJ6ZtnOMcjU2GI6LdEToDEct71ff4034'
GITEA_REPO = 'https://gitea.wufangzhen.com/wfz/home.git' GITEA_REPO = 'https://gitea.wufangzhen.com/wfz/home.git'
} }