[19.02.20] TCP fix
This commit is contained in:
parent
2e3ada53b7
commit
3f8768bda4
@ -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: '',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user