Pulling previous Artifactory builds into Jenkins workspace for use in comparing SHA-256 hashes

140 views Asked by At

I am using maven 3 to build in Jenkins and publish to Artifactory. At build, I run a shell to calculate SHA-256 hashes on the workspace. We need to use Jenkins to deploy these builds. Is there a way to pull a particular build from Artifactory into Jenkins without changing the metadata for Maven? I just want to pull the build into the Jenkins workspace, re-run the SHA-256 and compare the results.

0

There are 0 answers