Skip to content

Commit

Permalink
Update docs/intro.rst
Browse files Browse the repository at this point in the history
Added global flag documentation.
  • Loading branch information
rdodev committed Nov 2, 2012
1 parent 891eaa1 commit bf220ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/intro.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Sample use:
from autojenkins import Jenkins from autojenkins import Jenkins
j = Jenkins('http://jenkins.pe.local') j = Jenkins('http://jenkins.pe.local')
#You can now add verify_ssl_cert=False argument to the instantiation
#so that all requests will ignore SSL certificate errros, should you need that
#i.e. j = Jenkins('https://my.secure.jenkins', verify_ssl_cert=False)
# trigger a manual build and check results # trigger a manual build and check results
j.build('warehouse-screens-us544_login') j.build('warehouse-screens-us544_login')
Expand Down

0 comments on commit bf220ad

Please sign in to comment.