go-rundeck
go-rundeck copied to clipboard
Library and Utilities for interacting with Rundeck from Go
https://github.com/lusis/go-rundeck/blob/master/pkg/httpclient/client.go#L304 is getting picked up by a race detector. I know there wasn't an explicit statement saying this was thread safe, but I was surprised to see that it wasn't!
Is there a better spot for documentation on running a job? I'm having a hard time finding out how to execute a job with options. Thank you.
Hi ! This PR fix rundeck's bug about `JSESSIONID`, currently rundeck doesn't allow api clients to get multiple sessions for the same user (but it should as mentionned in https://docs.rundeck.com/docs/administration/configuration/configuration-file-reference.html...
I'm trying to get all the failed jobs from a certain time period. I'm able to filter based on begin and end, but I haven't had any luck with statusFilter....