Skip to content

Allow a provider for property checksum #402

Open
@jansorg

Description

Is your feature request related to a problem? Please describe.

The workflow is like this

  1. Download a manifest file containing file URL and checksum
  2. Download the file
  3. Verify the file with the manifest's checksum

Describe the solution you'd like

Because checksum is a plain string I need to assign a value when the task is configured.
But the manifest's checksum is only available after the download of the manifest file.

Describe alternatives you've considered

Seems to work, but not very nice:

checksum("dummy")
doFirst {
  checksum(checksumFromManifest)
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions