提交web端持续集成脚本
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user