this doesn't really make things faster, but I tried

This commit is contained in:
2025-05-26 13:17:45 +03:00
parent c6d63504f2
commit ff5ad8e5bb
3 changed files with 3 additions and 11 deletions

View File

@@ -1,7 +1,4 @@
def call(String imageName, String dockerfilePath, String buildContext, String nexusUser) {
def dockerRepo = env.NEXUS_DOCKER_URL
def nexusPass = env.NEXUS_DOCKER_PASS
def call(String dockerRepo, String imageName, String dockerfilePath, String buildContext, String nexusUser, String nexusPass) {
container('docker') {
sh "dockerd --insecure-registry http://${dockerRepo} &"
echo "Started Docker daemon"