Commit 8cf2e570 authored by 陈健's avatar 陈健

更改构建脚本

parent 97787cba
...@@ -65,7 +65,7 @@ podTemplate(label: pod_label, cloud: 'kubernetes', containers: [ ...@@ -65,7 +65,7 @@ podTemplate(label: pod_label, cloud: 'kubernetes', containers: [
stage('build') { stage('build') {
sh 'ls -al' sh 'ls -al'
// 生成静态链接所有的库 // 生成静态链接所有的库
sh 'CGO_ENABLED=1 GOOS=linux go build -a -installsuffix cgo -v -mod vendor -o dex github.com/dexidp/dex/cmd/dex' sh 'mvn package -e -U -Dmaven.test.skip=true'
//sh 'make release-binary' //sh 'make release-binary'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment