diff --git a/README.markdown b/README.markdown index 502c7df..e88df03 100644 --- a/README.markdown +++ b/README.markdown @@ -38,6 +38,10 @@ Sample use: # build j.build('my-new-job') + # enable or disable + j.enable('my-new-job') + j.disable('my-new-job') + # check result and delete if successful: result = j.last_result('my-new-job')['result'] if result == 'SUCCESS': diff --git a/README.rst b/README.rst index f794c6c..e98eee1 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,7 @@ Things you can do with it: * Create a job (e.g. from a template job) * Delete a job +* Enable or disable a job * Obtain the ``config.xml`` file for that job * Trigger building of a job * Obtain latest execution results diff --git a/README.txt b/README.txt index f794c6c..e98eee1 100644 --- a/README.txt +++ b/README.txt @@ -6,6 +6,7 @@ Things you can do with it: * Create a job (e.g. from a template job) * Delete a job +* Enable or disable a job * Obtain the ``config.xml`` file for that job * Trigger building of a job * Obtain latest execution results