chore: use Jenkins credentials for CLOUDFLARE_API_TOKEN
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -1,6 +1,10 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
environment {
|
||||
CLOUDFLARE_API_TOKEN = credentials('CLOUDFLARE_API_TOKEN')
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user