projects
/
tools
/
python-jenkinsapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fa4310
)
Add the SKIPPED result status to constants
author
Stephen Chu
<schu@cloudera.com>
Sat, 10 Nov 2012 19:29:03 +0000
(11:29 -0800)
committer
Stephen Chu
<schu@cloudera.com>
Sat, 10 Nov 2012 19:29:03 +0000
(11:29 -0800)
jenkinsapi/constants.py
patch
|
blob
|
history
diff --git
a/jenkinsapi/constants.py
b/jenkinsapi/constants.py
index 34a9348405ddf545a1ab204bafb0297d9ec43037..570148cafd80c35613db32d809efb93731d57a08 100644
(file)
--- a/
jenkinsapi/constants.py
+++ b/
jenkinsapi/constants.py
@@
-10,6
+10,7
@@
STATUS_PASSED = "PASSED"
RESULTSTATUS_FAILURE = "FAILURE"
RESULTSTATUS_FAILED = "FAILED"
+RESULTSTATUS_SKIPPED = "SKIPPED"
STR_RE_SPLIT_VIEW = "(.*)/view/([^/]*)/?"
RE_SPLIT_VIEW_URL = re.compile( STR_RE_SPLIT_VIEW )