瀏覽代碼

delete param

bianzhenhua123 4 周之前
父節點
當前提交
a1c8361fce
共有 2 個文件被更改,包括 0 次插入11 次删除
  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') {