Compare commits

..

2 Commits

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 = credentials('CF_ACCOUNT_ID')
} }
stages { stages {