Jenkins v2 Spoke - Perform Build with Parameters action parameters

Rudi2
Giga Guru

Has anyone ever used the Jenkins v2 Spoke?

I need to parse the parameters but have tried every format possible.

anybody got an example for the array.object?

Thanks

 

1 ACCEPTED SOLUTION

Geoff_T
Mega Sage

Hi,

After adding the action click the 'Plus' icon next to the 'Job Parameters' row.

find_real_file.png

 

Next click the Expand/Collapse icon next to the 'Job Parameter 1' row. This enables you to enter your parameter name and value.

find_real_file.png

 

You don't actually need to drag and drop a object type pill like it suggests for the other rows.

Geoff

View solution in original post

4 REPLIES 4

Geoff_T
Mega Sage

Hi,

After adding the action click the 'Plus' icon next to the 'Job Parameters' row.

find_real_file.png

 

Next click the Expand/Collapse icon next to the 'Job Parameter 1' row. This enables you to enter your parameter name and value.

find_real_file.png

 

You don't actually need to drag and drop a object type pill like it suggests for the other rows.

Geoff

Rudi2
Giga Guru

Thanks Geoff

I had a look at this before, but those parameter fields was read only when I looked. Not sure if it got fixed with the plugin update. It works now. Now I just need to sort out the "Malformed url encountered" Issue.

 

Regards

One tip if you aren't already doing it is to view the actual action 'Perform Build with Parameters' config within Flow Designer (under the Actions tab). You will see a 'Pre Processing' script step that manipulates the inputted Job Path. This might give you an idea of what's causing further errors related to the URL.

Geoff

Hi Geoff

 

I have done that as well and fixed the issue, Our only problem now is firewall. We are getting that sorted then we are good to go.

 

Thanks for your input!