From 1abed8bb299e5aea382ecb8f218afb62db15765b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Garci=CC=81a=20Cota?= Date: Mon, 23 May 2022 16:58:05 +0200 Subject: [PATCH] chore(release) modern pulp conf for release script --- Jenkinsfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 {