- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2022 05:59 AM
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
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2022 07:47 AM
Hi,
After adding the action click the 'Plus' icon next to the 'Job Parameters' row.
Next click the Expand/Collapse icon next to the 'Job Parameter 1' row. This enables you to enter your parameter name and value.
You don't actually need to drag and drop a object type pill like it suggests for the other rows.
Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2022 07:47 AM
Hi,
After adding the action click the 'Plus' icon next to the 'Job Parameters' row.
Next click the Expand/Collapse icon next to the 'Job Parameter 1' row. This enables you to enter your parameter name and value.
You don't actually need to drag and drop a object type pill like it suggests for the other rows.
Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2022 03:01 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2022 01:18 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2022 12:33 PM
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!