zhangqinghua pipeline { parameters { choice(name: 'APP_NAME', choices: ['a','b','c'], description: '选择部署的模块'); } }