-
Notifications
You must be signed in to change notification settings - Fork 166
Hash verification steps added #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fixed sha1Verify
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/fs/FileHashVerifyStep.java
Outdated
Show resolved
Hide resolved
It looks good. I leave it to you to decide if you want to use the AbortException instead, which I believe is a better choice. |
I'm fine with both. But since verifySha… sounds more natural, it's a better choice I guess. 👍 |
PR updated and merged with master. |
Adds steps for file hash verification, which fail the build if the expected hash doesn't match the actual one.
Example
To Do
Exception
at the moment)?Link to relevant issues in GitHub or JiraLink to relevant pull requests, esp. upstream and downstream changes