Go to file
Antoine Musso 9ce758a3d2 Adds assert_node_exists()
This is similar to recently introduced assert_job_exists(). It will
throws an exception whenever a node is missing and further customize the
exception messages.

Replace an occurence of:

  if not self.node_exists(name):
      raise JenkinsException('node[%s] already exists' % (name))

By:

  self.assert_node_exists(name, 'node[%s] already exists')

Change-Id: Ia2e91843b353c02fb19290eadbbb83db8d2a3124
2014-06-18 11:28:13 +02:00
2014-05-02 10:04:42 -07:00
2014-06-18 11:28:13 +02:00
2014-06-18 11:28:13 +02:00
2014-05-21 08:25:09 -07:00
2014-05-02 16:16:59 -07:00
2011-06-30 17:54:54 +01:00
2013-08-14 12:57:54 +01:00
2014-05-21 22:49:34 -07:00
2014-05-21 22:49:34 -07:00
Description
Python API for managing jobs and nodes in a Jenkins CI instance
3.8 MiB
Languages
Python 100%