diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index 00aef9e..adbfcdc 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -83,9 +83,9 @@ try { stage('Deploy') { - withCredentials([kubeconfigFile(credentialsId: 'Kubernetes', variable: 'KUBECONFIG')]) { - sh '''cat $KUBECONFIG''' - } +// withCredentials([kubeconfigFile(credentialsId: 'Kubernetes', variable: 'KUBECONFIG')]) { +// sh '''cat $KUBECONFIG''' +// } // withCredentials( // [kubeconfigContent( @@ -102,7 +102,7 @@ try { secretNamespace: "${env.NAMESPACE}", dockerCredentials: [ - [credentialsId: 'Registry', url: "${env.DOCKER_REPOSITORY}"], + [credentialsId: 'Registry', url: "${env.DOCKER_REPOSITORY_URL}"], ] ) // deploy()