From 6502c72b88b537b358632efbafe469a595e4d3cc Mon Sep 17 00:00:00 2001 From: linzhongyan <1577714120@qq.com> Date: Tue, 28 Oct 2025 18:09:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BC=98=E5=8C=96jenkins=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cdfaee6..c7d8b07 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,10 @@ pipeline { - agent any + agent { + docker { + image 'golang:1.22-alpine' + } + retries 3 + } environment { GOOS = 'linux'