diff --git a/Jenkinsfile b/Jenkinsfile index 73f5cc9..986bcc3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,10 @@ pipeline { agent any + environment { + CLOUDFLARE_API_TOKEN = credentials('CLOUDFLARE_API_TOKEN') + } + stages { stage('Build') { steps {