Add parameter expression for path
jinahya opened this issue · 0 comments
jinahya commented
I need to set path
parameter using properties and I found that the parameter has no expression.
/**
* Path of tree
*
* @parameter
*/
private String path;
Please add one if it's applicable. Say, github.site.path
?