@@ -1,10 +1,4 @@
pipeline {
- agent any
- parameters {
- choice(name: 'BRANCH',choices:["release"], description: '选择需要发布的节点')
- choice(name: 'DEPLOYMENT_TYPE',choices:["upgrade"], description: '发布类型')
- }
-
stages {
stage('Example') {
steps {
@@ -1,9 +1,4 @@