Browse Source

delete param

bianzhenhua123 1 month ago
parent
commit
a1c8361fce
2 changed files with 0 additions and 11 deletions
  1. 0 6
      poyee-admin/DEV/Jenkinsfile
  2. 0 5
      poyee-app/DEV/Jenkinsfile

+ 0 - 6
poyee-admin/DEV/Jenkinsfile

@@ -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 {

+ 0 - 5
poyee-app/DEV/Jenkinsfile

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