1
發生起動過程中的問題「命令‘噓’」如何使用搖籃
我的腳本執行shell腳本,
workingDir '/Users/admin/Desktop/Sample/'
commandLine 'sh', './start.sh'
發生起動過程中的問題「命令‘噓’」如何使用搖籃
我的腳本執行shell腳本,
workingDir '/Users/admin/Desktop/Sample/'
commandLine 'sh', './start.sh'
可以省略'sh'
並調用
commandLine './start.sh'
確保您的腳本具有正確的執行權限(只需確認chmod 755 start.sh
)