Hi Leslie,
With Jenkins 2.0 being released soon (I believe this year), this issue might be given a lower priority as it could break with the next release, if we implemented a CSS/style change.
However, Ioannis created an example for another issue that contains horizontal parameters. I've created a simple job and took a few screen shots. The parameters are HTML reference parameters. The script used for one of them is the following.
html='''
PRODUCT_01
<input type="hidden">
<select name="value" >
<option value="product_sms">SMS</option>
<option value="product_email">email</option>
</select>
PRODUCT_02
<select name="value" >
<option value="product_sms">SMS</option>
<option value="product_email">email</option>
</select>
PRODUCT_03
<select name="value">
<option value="product_sms">SMS</option>
<option value="product_email">email</option>
</select>
'''
return html
The other parameter has a very similar script. Could you take a look at the screen shots and at these scripts and see if that would work for you, please?
B
Hi Leslie,
With Jenkins 2.0 being released soon (I believe this year), this issue might be given a lower priority as it could break with the next release, if we implemented a CSS/style change.
However, Ioannis created an example for another issue that contains horizontal parameters. I've created a simple job and took a few screen shots. The parameters are HTML reference parameters. The script used for one of them is the following.
The other parameter has a very similar script. Could you take a look at the screen shots and at these scripts and see if that would work for you, please?
B