From 92e1d2babce091237b284bade7a9145414b8f663 Mon Sep 17 00:00:00 2001 From: bpa <1370533105@qq.com> Date: Thu, 4 Jan 2024 10:03:28 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Jenkinsfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2f67679..3b96e32 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,9 +3,9 @@ pipeline{ agent any parameters { choice( - description: 'dev1:开发环境1 \n dev2:开发环境2 \n dev3:生产环境', + description: 'saasdev1:开发环境1 \n saastest1:测试环境2 \n dev3:生产环境', name: 'environment', - choices: ['dev1', 'dev2', 'dev3'] + choices: ['saasdev1', 'saastest1', 'dev3'] ) choice(