You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"cli_arguments" does not work for me (at least in Semaphore v2.9.56). Changed to "arguments" works perfectly. In fact, this is how the Semaphore UI send the payload when starting a job
I didn't test the PS module but I checked the sources looking for help in order to see how the REST API works and I found out a possible issue:
PSSemaphore/Source/Public/Start-SemaphoreProjectTask.ps1
Lines 75 to 78 in 8bdce61
"cli_arguments" does not work for me (at least in Semaphore v2.9.56). Changed to "arguments" works perfectly. In fact, this is how the Semaphore UI send the payload when starting a job
arguments: "[\"--extra-vars\", \"serverList=server1.mydomain.com\"]" environment: "{}" project_id: 1 template_id: 15
The text was updated successfully, but these errors were encountered: