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

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -