Skip to content

v0.8.0 release

Compare
Choose a tag to compare
@arangamani arangamani released this 10 Jul 05:40
· 640 commits to master since this release
  • Added capability to send timer trigger while creating a job
  • Added rename feature for jobs
  • Added support for sending skype notification in job creation and on existing
    jobs
  • Added support for sending Jenkins root URL configuration. Credit: @kevinhcross
  • Added delete_all! methods for Job, View, and Node.
  • get_eta in BuildQueue will return "N/A" if the ETA is not given by Jenkins
  • Creating view accepts params Hash and more configuration through the API
  • Spaces are allowed in Job, Node, and View names. Credit: @kevinhcross
  • Support has been added to build a job with parameters. Credit: @tjhanley