Fix: use env var instead of credentials
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user