File tree 2 files changed +5
-3
lines changed 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ RESTY_OPENSSL_VERSION=1.1.1k
8
8
RESTY_PCRE_VERSION=8.44
9
9
LIBYAML_VERSION=0.2.5
10
10
KONG_GO_PLUGINSERVER_VERSION=v0.6.1
11
- KONG_BUILD_TOOLS_VERSION=4.18.1
11
+ KONG_BUILD_TOOLS_VERSION=master
Original file line number Diff line number Diff line change @@ -11,8 +11,10 @@ pipeline {
11
11
DOCKER_PASSWORD = " ${ env.DOCKER_CREDENTIALS_PSW} "
12
12
KONG_PACKAGE_NAME = " kong"
13
13
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' )
16
18
GITHUB_TOKEN = credentials(' github_bot_access_token' )
17
19
DEBUG = 0
18
20
}
You can’t perform that action at this time.
0 commit comments