Hi,

Configuration Matrix : User-defined Axis
    Name : PRODUCTS
    Values : apple banana coconut
Build
Execute shell
    Command : build ${PRODUCT}

I need to have the above build. But is there anyway i can provide the input
parameters from any variable? Somehwat like below.


*Parameters:*
*
*
fruits=apple banana coconut

Configuration Matrix : User-defined Axis
    Name : PRODUCTS
    Values : $fruits
Build
Execute shell
    Command : build ${PRODUCT}


????

Thanks a lot..
Arun

Reply via email to