File: config.py

package info (click to toggle)
python-jenkinsapi 0.3.15-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 408 kB
  • sloc: python: 4,275; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 78 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
"""
Jenkins configuration
"""

JENKINS_API = r"api/python"

LOAD_TIMEOUT = 30