feat:优化jenkins配置

This commit is contained in:
linzhongyan 2025-10-28 18:09:45 +08:00
parent e0ee927638
commit 6502c72b88

7
Jenkinsfile vendored
View File

@ -1,5 +1,10 @@
pipeline { pipeline {
agent any agent {
docker {
image 'golang:1.22-alpine'
}
retries 3
}
environment { environment {
GOOS = 'linux' GOOS = 'linux'