Advertisement
Guest User

jenkins-cli commands

a guest
Jun 29th, 2011
2,001
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. build
  2. Builds a job, and optionally waits until its completion.
  3. cancel-quiet-down
  4. Cancel the effect of the "quiet-down" command.
  5. clear-queue
  6. Clears the build queue
  7. connect-node
  8. Reconnect to a node
  9. copy-job
  10. Copies a job
  11. create-job
  12. Creates a new job by reading stdin as a configuration XML file
  13. delete-builds
  14. Deletes build record(s)
  15. delete-job
  16. Deletes a job
  17. delete-node
  18. Deletes a node
  19. disable-job
  20. Disables a job
  21. disconnect-node
  22. Disconnects from a node
  23. enable-job
  24. Enables a job
  25. groovy
  26. Executes the specified Groovy script
  27. groovysh
  28. Runs an interactive groovy shell
  29. help
  30. Lists all the available commands
  31. install-plugin
  32. Installs a plugin either from a file, an URL, or from update center
  33. install-tool
  34. Performs automatic tool installation, and print its location to stdout. Can be only called from inside a build
  35. keep-build
  36. Mark the build to keep the build forever.
  37. list-changes
  38. Dumps the changelog for the specified build(s)
  39. login
  40. Saves the current credential to allow future commands to run without explicit credential information
  41. logout
  42. Deletes the credential stored with the login command
  43. mail
  44. Reads stdin and sends that out as an e-mail.
  45. offline-node
  46. Stop using a node for performing builds temporarily, until the next "online-node" command.
  47. online-node
  48. Resume using a node for performing builds, to cancel out the earlier "offline-node" command.
  49. quiet-down
  50. Quiet down Jenkins, in preparation for a restart. Don't start any builds.
  51. reload-configuration
  52. Discard all the loaded data in memory and reload everything from file system. Useful when you modified config files directly on disk.
  53. restart
  54. Restart Jenkins
  55. safe-restart
  56. Safely restart Jenkins
  57. set-build-description
  58. Sets the description of a build
  59. set-build-result
  60. Sets the result of the current build. Works only if invoked from within a build.
  61. version
  62. Shows the Hudson version
  63. wait-node-offline
  64. Wait for a node to become offline
  65. wait-node-online
  66. Wait for a node to become online
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement