【发布时间】:2017-01-17 07:48:32
【问题描述】:
我想向 Jenkins 作业添加选择参数。该列表是固定的,但我希望 Dropbox 显示自定义值,而不是实际值(类似于网页名称而不是其 URL)。
在某些情况下,这是pom.xml 文件的路径,但是,我想显示模块名称而不是完整路径。一个例子:
Actual value | What I want to be displayed
-------------------------------------|----------------------------
full/path/to/my/modules/pom.xml | All modules
full/path/to/my/modules/util/pom.xml | Utilities
full/path/to/my/modules/data/pom.xml | Data handling
提前感谢您的帮助!
【问题讨论】: