Skip to content

Commit 93e586b

Browse files
gszrdndx
authored andcommitted
chore(ci) push pre-releases to stage pulp
1 parent 8af49e0 commit 93e586b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.requirements

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RESTY_OPENSSL_VERSION=1.1.1k
88
RESTY_PCRE_VERSION=8.44
99
LIBYAML_VERSION=0.2.5
1010
KONG_GO_PLUGINSERVER_VERSION=v0.6.1
11-
KONG_BUILD_TOOLS_VERSION=4.18.1
11+
KONG_BUILD_TOOLS_VERSION=master

Jenkinsfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ pipeline {
1111
DOCKER_PASSWORD = "${env.DOCKER_CREDENTIALS_PSW}"
1212
KONG_PACKAGE_NAME = "kong"
1313
DOCKER_CLI_EXPERIMENTAL = "enabled"
14-
PULP = credentials('PULP')
15-
PULP_HOST = "https://api.pulp.konnect-prod.konghq.com"
14+
PULP_HOST_PROD = "https://api.pulp.konnect-prod.konghq.com"
15+
PULP_PROD = credentials('PULP')
16+
PULP_HOST_STAGE = "https://api.pulp.konnect-stage.konghq.com"
17+
PULP_STAGE = credentials('PULP_STAGE')
1618
GITHUB_TOKEN = credentials('github_bot_access_token')
1719
DEBUG = 0
1820
}

0 commit comments

Comments
 (0)