提交web端持续集成脚本

This commit is contained in:
aixianling
2024-10-17 15:43:22 +08:00
parent fc2fe1af14
commit b5b89ef4b4

View File

@@ -1,7 +1,7 @@
pipeline {
agent any
parameters {
string(name: 'pid', defaultValue: '', description: '定制方案的Id'),
string(name: 'pid', defaultValue: '', description: '定制方案的Id')
string(name: 'dist', defaultValue: '', description: '部署路径')
}
stages {