测试发版
This commit is contained in:
parent
95b2a19522
commit
a8c824d957
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,4 +1,7 @@
|
||||
pipeline {
|
||||
parameters {
|
||||
choice choices: ['全部', '前端', '后端'], name: 'build_type'
|
||||
}
|
||||
agent any
|
||||
stages {
|
||||
stage('拉取源码') {
|
||||
|
Loading…
Reference in New Issue
Block a user