I was wondering if there is any way to make Jenkins download external lib/app in order to build a job.
Say job a id dependent on "foo" lib or "bar" application in order to be executed on machine M. Now My question is: If Jenkins can download the lib/app for the job when building on machine M for the first time? On a different note, I was curious to figure out what <keepDependencies> tag in config.xml stands for. And if its possible to declare dependencies in config.xml
