Running bat files in Jenkins

后端 未结 4 761
再見小時候
再見小時候 2021-01-02 03:09

I have a simple question. I want to run a bat file that should run post build. The bat file takes in to parameters previousVersion and currentVersion (These parameters are

4条回答
  •  失恋的感觉
    2021-01-02 03:38

    if you want to start a separate Command window you can try:

    start cmd \k "your\bat"
    

    here is a reference: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ntcmds.mspx?mfr=true

提交回复
热议问题