Tim Jacomb

Results 1111 comments of Tim Jacomb
trafficstars

if you pass that option it would likely return 0, not a very safe flag though

What's risky? I see some retries there and it was successful in the end?

I don't think that's a bug, optional dependencies still have version constraints as far as I know. i.e. if you're going to install a plugin you have an optional extension...

This was a quick fix to an issue we had with failed plugin downloads never being cleared up. The proper fix would either be: * Download plugins to a tmp...

You can probably work around it for now by changing the directory that users plugins go to and then moving them after download. Not downloading plugins that already exist and...

Looks like it worked now? Or am i missing something?

works on my machine =/ ``` java -jar plugin-management-cli/target/jenkins-plugin-manager-2.5.1-SNAPSHOT.jar --verbose -f plugins.yaml -d plugins/ --war ~/Downloads/jenkins.war -rw-r--r-- 1 timja staff 599K 27 Jan 19:18 active-directory.jpi -rw-r--r-- 1 timja staff 1.7M...