chore: use Jenkins credentials for CLOUDFLARE_API_TOKEN

This commit is contained in:
wfz
2026-05-13 16:49:37 +08:00
parent 5728d3cbda
commit 96016d1731

4
Jenkinsfile vendored
View File

@@ -1,6 +1,10 @@
pipeline {
agent any
environment {
CLOUDFLARE_API_TOKEN = credentials('CLOUDFLARE_API_TOKEN')
}
stages {
stage('Build') {
steps {