feat:优化jenkins配置
This commit is contained in:
parent
e0ee927638
commit
6502c72b88
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -1,5 +1,10 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent {
|
||||||
|
docker {
|
||||||
|
image 'golang:1.22-alpine'
|
||||||
|
}
|
||||||
|
retries 3
|
||||||
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
GOOS = 'linux'
|
GOOS = 'linux'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user