diff --git a/build-minecraft.jenkins b/build-minecraft.jenkins index 69769fb..e810831 100644 --- a/build-minecraft.jenkins +++ b/build-minecraft.jenkins @@ -46,14 +46,14 @@ podTemplate( value: "" ) ] - ), - volumes( - configMapVolume( - mountPath: "/etc/docker", - configMapName: "dind-insecure-registries" - ) ) - ] + ], + volumes( + configMapVolume( + mountPath: "/etc/docker", + configMapName: "dind-insecure-registries" + ) + ) ) { node(POD_LABEL) { container("docker") {