Jenkins 动态设置环境变量 -- Jenkins Pipeline语法(中)
environment name: 'DEPLOY_TO', value: 'production'https://www.jianshu.com/p/7a852d58d9a9Jenkins Pipeline语法(上)Jenkins Pipeline语法(中)Jenkins Pipeline语法(下)指令 Directives环境 environmentenvironment指令指定一系列键值对,这些键值对将被定义为所有step或特定stage的step的环境变量,具体取决于envir.