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
Hi, I encountered the following problems when using bamboo:
"""
"openssl" is not recognized as an internal or external command,
operable program or batch file
"""
My configuration on the script:
Interpreter: /bin/sh or cmd.exe
Script location: inline
Script body:
C:/Program Files/OpenSSL/bin/openssl.exe
Package_Builder.bat
The specific problem is this:
I now use a script to call the .bat file in the repository, and I will use OpenSSL for the communication confidentiality. On windows, I can successfully run the script with cmd, but the above question are prompted on bamboo, can you help me ?
Thank you very much~