测试发版

This commit is contained in:
谷成伟 2024-06-20 09:13:12 +08:00
parent 95b2a19522
commit a8c824d957

3
Jenkinsfile vendored
View File

@ -1,4 +1,7 @@
pipeline {
parameters {
choice choices: ['全部', '前端', '后端'], name: 'build_type'
}
agent any
stages {
stage('拉取源码') {