Skip to content

Commit

Permalink
chore(ci) set the docker experimental flag so we can push manifests (K…
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic authored Oct 5, 2020
1 parent 2f5196d commit a8708c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pipeline {
DOCKER_USERNAME = "${env.DOCKER_CREDENTIALS_USR}"
DOCKER_PASSWORD = "${env.DOCKER_CREDENTIALS_PSW}"
KONG_PACKAGE_NAME = "kong"
DOCKER_CLI_EXPERIMENTAL = "enabled"
}
stages {
stage('Build Kong') {
Expand Down

0 comments on commit a8708c5

Please sign in to comment.