this doesn't really make things faster, but I tried
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user