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 :
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
Post a Comment