This commit is contained in:
linzhongyan 2025-10-28 18:10:56 +08:00
parent 6502c72b88
commit 54600d2f6d

3
Jenkinsfile vendored
View File

@ -1,9 +1,8 @@
pipeline {
agent {
docker {
docker {
image 'golang:1.22-alpine'
}
retries 3
}
environment {