ant - How to add multiple commands in series in "Execute Windows Batch Command" in Jenkins -


i have requirement need run commands in series in order build project. can have give commands in series in jenkins? how supposed that. if give shown below :

enter image description here

how can give commands execute 1 after other. please me.

i think it's better execute separate build steps, like:

  • windows batch step: env.bat
  • ant build step: ant build ...
  • windows batch step: force-db.bat

Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -