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~