Gradle calls shell script with parameters. gradle task. task upload(type: Exec) { executable 'sh' args "-c","../shelldemo.sh $jenkinsJobName $jenkinsBuild" }.
確定! 回上一頁