diff --git a/Jenkinsfile b/Jenkinsfile index 06e7185e33d5..591041d632dc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,9 +11,11 @@ pipeline { DOCKER_PASSWORD = "${env.DOCKER_CREDENTIALS_PSW}" KONG_PACKAGE_NAME = "kong" DOCKER_CLI_EXPERIMENTAL = "enabled" - PULP = credentials('PULP') - PULP_HOST = "https://api.pulp.konnect-prod.konghq.com" GITHUB_TOKEN = credentials('github_bot_access_token') + PULP_HOST_PROD = "https://api.pulp.konnect-prod.konghq.com" + PULP_PROD = credentials('PULP') + PULP_HOST_STAGE = "https://api.pulp.konnect-stage.konghq.com" + PULP_STAGE = credentials('PULP_STAGE') DEBUG = 0 } stages {