diff --git a/Jenkinsfile b/Jenkinsfile index ac1c8b1..8eafd5d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { environment { CLOUDFLARE_API_TOKEN = credentials('CLOUDFLARE_API_TOKEN') - CF_ACCOUNT_ID = '0a0b9995a00648aadf505e235e66458a' + CF_ACCOUNT_ID = credentials('CF_ACCOUNT_ID') } stages {