Skip to content

Commit

Permalink
chore(release) modern pulp conf for release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito committed May 23, 2022
1 parent d9d6d9a commit 1abed8b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1abed8b

Please sign in to comment.