[19.02.20] TCP fix

This commit is contained in:
andyjk15 2020-02-19 10:22:38 +00:00
parent 2e3ada53b7
commit 3f8768bda4

View File

@ -95,7 +95,7 @@ try {
stage('Deploy') {
kubernetesDeploy configs: '**/configuration/kubernetes/*.yaml',
deleteResource: true,
dockerCredentials: [[credentialsId: 'Registry', url: "${env.DOCKER_REPOSITORY_TCP}"]],
dockerCredentials: [[credentialsId: 'Registry', url: "${env.DOCKER_REPOSITORY_URL}"]],
kubeConfig: [path: ''],
kubeconfigId: 'Kubernetes',
// secretName: '',