diff --git a/Jenkinsfile b/Jenkinsfile index 6e4e91a..9f20841 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent any environment { - CLOUDFLARE_API_TOKEN = credentials('cloudflare-api-token') + CLOUDFLARE_API_TOKEN = 'cfut_cYi1Do6CdWPGD8ecrJ6ZtnOMcjU2GI6LdEToDEct71ff4034' GITEA_REPO = 'https://gitea.wufangzhen.com/wfz/home.git' }