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

Shruthi Sathyanarayana

I have a requirement where I need to run certain commands in series in order to build my project. Can I have give all the commands together in series in Jenkins? How am I supposed to do that. If I give it like as shown below :

enter image description here

How can give the commands so that it will execute one after the other. Please help me.

Bruno Lavit

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

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

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

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

From Dev

How do I add multiple "+" commands into less from the command line

From Dev

How do I add multiple "+" commands into less from the command line

From Dev

How to add multiple github repos to trigger a jenkins build?

From Dev

how to add execute batch commands for existing jenkins jobs using groovy script

From Dev

Add multiple series to a dynamic chart

From Dev

Add Multiple Workspace Cleanup for Jenkins

From Dev

Add multiple nodes to Jenkins master

From Dev

How to define a series of bash commands as a string?

From Dev

How to reuse sudo for a series of commands in a bash script

From Dev

How to add commands to VisualStudio console?

From Dev

How add commands to cygwin - npm

From Dev

How to add javascript variable in the commands

From Java

ansible : how to pass multiple commands

From Dev

supervisor - how to run multiple commands

From Dev

How to combine multiple commands in terminal?

From Dev

How to add series of numbers in Java

From Dev

How to add Bitbucket repository in to jenkins?

From Dev

How to manually add artifacts in jenkins?

From Dev

How to add Bitbucket repository in to jenkins?

From Dev

How To Do Multiple Series In Mathematica

From Dev

How To Do Multiple Series In Mathematica

From Dev

How to run a series of vim commands from command prompt

From Dev

how to add commands in .ssh/authorized_keys

From Dev

How to add mongo commands to PATH on Mac OSX

From Dev

How to add @ mention in response to slash commands in slack

From Dev

How can I add FTP commands to an alias?

From Dev

How to add mongo commands to PATH on Mac OSX

From Dev

How to add commands to Ant build xml

Related Related

  1. 1

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

  2. 2

    How do I add multiple "+" commands into less from the command line

  3. 3

    How do I add multiple "+" commands into less from the command line

  4. 4

    How to add multiple github repos to trigger a jenkins build?

  5. 5

    how to add execute batch commands for existing jenkins jobs using groovy script

  6. 6

    Add multiple series to a dynamic chart

  7. 7

    Add Multiple Workspace Cleanup for Jenkins

  8. 8

    Add multiple nodes to Jenkins master

  9. 9

    How to define a series of bash commands as a string?

  10. 10

    How to reuse sudo for a series of commands in a bash script

  11. 11

    How to add commands to VisualStudio console?

  12. 12

    How add commands to cygwin - npm

  13. 13

    How to add javascript variable in the commands

  14. 14

    ansible : how to pass multiple commands

  15. 15

    supervisor - how to run multiple commands

  16. 16

    How to combine multiple commands in terminal?

  17. 17

    How to add series of numbers in Java

  18. 18

    How to add Bitbucket repository in to jenkins?

  19. 19

    How to manually add artifacts in jenkins?

  20. 20

    How to add Bitbucket repository in to jenkins?

  21. 21

    How To Do Multiple Series In Mathematica

  22. 22

    How To Do Multiple Series In Mathematica

  23. 23

    How to run a series of vim commands from command prompt

  24. 24

    how to add commands in .ssh/authorized_keys

  25. 25

    How to add mongo commands to PATH on Mac OSX

  26. 26

    How to add @ mention in response to slash commands in slack

  27. 27

    How can I add FTP commands to an alias?

  28. 28

    How to add mongo commands to PATH on Mac OSX

  29. 29

    How to add commands to Ant build xml

HotTag

Archive