chore: use credentials for both CLOUDFLARE_API_TOKEN and CF_ACCOUNT_ID
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -3,7 +3,7 @@ pipeline {
|
|||||||
|
|
||||||
environment {
|
environment {
|
||||||
CLOUDFLARE_API_TOKEN = credentials('CLOUDFLARE_API_TOKEN')
|
CLOUDFLARE_API_TOKEN = credentials('CLOUDFLARE_API_TOKEN')
|
||||||
CF_ACCOUNT_ID = '0a0b9995a00648aadf505e235e66458a'
|
CF_ACCOUNT_ID = credentials('CF_ACCOUNT_ID')
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|||||||
Reference in New Issue
Block a user