diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index 1ec8d66..712cb99 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -66,6 +66,8 @@ try { stage('Tag Repository') { + sh "ls -la" + withDockerServer([uri: "${env.DOCKER_REPOSITORY_TCP}"]) { withDockerRegistry([credentialsId: 'Registry', url: "${env.DOCKER_REPOSITORY_URL}"]) { def image = docker.build("${env.DOCKER_REPOSITORY}/${env.APPLICATION_NAME}:${env.APPLICATION_VERSION}")