From 35dca573c90a9b86d3059701ae029a1b5ce403d0 Mon Sep 17 00:00:00 2001 From: dl Date: Wed, 4 Feb 2026 12:44:53 +0500 Subject: [PATCH] Docker automate in Jenkinsfile (fix 7) --- Jenkinsfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a560719..20ec08e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,9 @@ pipeline { agent { - image "python:3.11-slim-bookworm" - args "-v /var/run/docker.sock:/var/run/docker.sock" + docker { + image "python:3.11-slim-bookworm" + args "-v /var/run/docker.sock:/var/run/docker.sock" + } } environment {