* Only build ipd images

This commit is contained in:
qishiyao
2024-01-18 13:25:40 +08:00
parent 45b9989128
commit c7d0d82863
+10 -10
View File
@@ -524,20 +524,20 @@ pipeline {
sh "make markdown-init"
}
stage("docker build") {
sh 'make test-open'
sh 'make build'
//sh 'make test-open'
//sh 'make build'
sh 'make test-biz'
sh 'make build-biz'
//sh 'make test-biz'
//sh 'make build-biz'
sh 'make test-biz-k8s'
sh 'make build-biz-k8s'
//sh 'make test-biz-k8s'
//sh 'make build-biz-k8s'
sh 'make test-max'
sh 'make build-max'
//sh 'make test-max'
//sh 'make build-max'
sh 'make test-max-k8s'
sh 'make build-max-k8s'
//sh 'make test-max-k8s'
//sh 'make build-max-k8s'
sh 'make test-ipd'
sh 'make build-ipd'