提交web端持续集成脚本
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
parameters {
|
parameters {
|
||||||
string(name: 'pid', defaultValue: '', description: '定制方案的Id'),
|
string(name: 'pid', defaultValue: '', description: '定制方案的Id')
|
||||||
string(name: 'dist', defaultValue: '', description: '部署路径')
|
string(name: 'dist', defaultValue: '', description: '部署路径')
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
|
|||||||
Reference in New Issue
Block a user