Matthew Barr
Matthew Barr
I had the same issue. It's not perfect, but you can make it work with the cookie approach from : https://github.com/thorsten-gehrig/alexa-remote-control/issues/10#issuecomment-399745225
Right now this isn't implemented at all and would be a bad idea to do blindly. If you remove a plugin manually, jobs that require that plugin might disappear. We're...
For plugin list w/ version, from the unix command line: ``` curl -d @- http://jenkins301:8080/scriptText
Hadn't seen it yet. It doesn't seem to be able to show you the current list of plugins, at least not from: http://HOSTNAME:8080/pluginManager/api/xml It might have a different end point....
Please, do! My ruby has probably gotten to the point where I could do this.. but... my time isn't available. If i write code, i'm probably going to be writing...
Once I implement a fix, I'll try to upload a PR. I already had an implementation similar to this in my own code, came looking to see if a module...
(I'm on hold on working on a fix, since this list doesn't provide the join / departure time. I'm going to need to use the report endpoint, instead, but that...
Should there be any updates to the documentation to go along with it?
One option is to limit the branches to build, in Jenkins.
@lmello I ended up doing the same. Just built a Sinatra dashboard for various tasks,, I can probably give you the basic code action, which makes it pretty easy. It's...