我有2个属性文件,我希望通过邮件发送它们的内容。我的所作所为:
这些配置文件包含我在电子邮件中看到的相同输出的不同链接和日期:
Android Mobile Client Release Notes CH
Link: ftp://testlink_CH
Date: 28/06/2016
Android Mobile Client Release Notes PL
Link: ftp://testlink_CH
Date: 28/06/2016
Whitch表示,即使我尝试“unset”命令,$ {Link}被设置为不是oveeriden。
[EnvInject] - Injecting environment variables from a build step.
[EnvInject] - Injecting as environment variables the properties file path 'AndroidDev/CH/config.properties'
[EnvInject] - Variables injected successfully.
[EnvInject] - Injecting as environment variables the properties content
LINK_CH=${Link}
DATE_CH=${Date}
[EnvInject] - Variables injected successfully.
[mvandroid] $ /bin/sh -xe /tmp/hudson108948632979693109.sh
+ unset Link
+ unset Date
[EnvInject] - Injecting environment variables from a build step.
[EnvInject] - Injecting as environment variables the properties file path 'AndroidDev/PL/config.properties'
[EnvInject] - Variables injected successfully.
[EnvInject] - Injecting as environment variables the properties content
LINK_PL=ftp://testlink_CH
DATE_PL=28/06/2016
你可以帮我解决这个问题,还是让你煽动这个?