I have a Jenkins pipeline job in which I configure my environment with a bash script named setup.sh which looks like: #!/bin/bash export ARCH=$1 echo ...
確定! 回上一頁