You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I have do a little research in web that there is no way to generate MD5 in maven build (at least no official support for this), so I turn to think if it is possible to do it within bamboo build plan / job.
Suppose I have a a self-develop java program or a command line utility like Microsoft File Checksum Integrity Verifier that can output a checksum file, is it possible to use bamboo to execute to run against an EAR / JAR file from result of a build job ?
Would you share me your solution if you think it is possible to do so ?
Thanks a lot,
Raymond
Hi @Ray_Lee ,
On windows, you can use built-in MD5 command as below.
CertUtil -hashfile your-package.jar MD5 | find /v "hash"
You should insert above command into a script task as below.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.