jenkins-x-buildpacks / jenkins-x-classic

Classic Build Pack for libraries (CI + Release but no CD) for releasing Java, Maven, Gradle, NPM modules but without deploying on any specific cloud or infrastructure
Apache License 2.0
16 stars 46 forks source link

Add DOCKER_REGISTRY_ORG environment variable to the Jenkins file #5

Closed amoussawi closed 5 years ago

amoussawi commented 5 years ago

This PR sets the DOCKER_REGISTRY_ORG in the Jenkinsfile, which is used in https://github.com/jenkins-x/jx/blob/master/pkg/jx/cmd/preview.go. This should solve this issue https://github.com/jenkins-x/jx/issues/3362.