Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: ivytrigger-plugin
-
Labels:None
-
Similar Issues:
Description
According to https://wiki.jenkins-ci.org/display/JENKINS/IvyTrigger+Plugin
Note: The plugin uses only persistence in memory. There is no impact on the Jenkins infrastructure (no new files created).
However, we've seen in practice that all depended-upon artifacts are downloaded to a ivy-trigger-cache directory outside the workspace. I'd expect that there would have to be some XML files downloaded and persisted between checks, but downloading all the depended-upon artifacts is really putting a strain on build machines handling multiple, very large, builds.
I'm not sure if this is a requirement of the Ivy library, or if is really is possible to do a resolve without an implicit download. If it is however, that would be ideal for both my poor aching disks and for the network.
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Summary | IveTrigger plugin description indicates that it "has no impact on the Jenkins infrastructure", but it does download all dependencies to the local file system | IvyTrigger plugin description indicates that it "has no impact on the Jenkins infrastructure", but it does download all dependencies to the local file system |
Remote Link | This issue links to "Pull request with new feature controlling downloads (Web Link)" [ 12800 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Workflow | JNJira [ 162646 ] | JNJira + In-Review [ 197016 ] |
Pull request adds option to control whether or not artifacts are downloaded during dependency resolution.