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:
be352a4
)
pep8
author
lphoward
<larry.howard@vanderbilt.edu>
Tue, 15 Oct 2013 12:32:32 +0000
(07:32 -0500)
committer
lphoward
<larry.howard@vanderbilt.edu>
Tue, 15 Oct 2013 12:32:32 +0000
(07:32 -0500)
jenkinsapi/job.py
patch
|
blob
|
history
diff --git
a/jenkinsapi/job.py
b/jenkinsapi/job.py
index b2b4f6f6a1d59c682f8e0909bcf55c8f698a22c3..29c1b705340a237ad229ec02ad6bcdbcf424b335 100644
(file)
--- a/
jenkinsapi/job.py
+++ b/
jenkinsapi/job.py
@@
-152,7
+152,7
@@
class Job(JenkinsBase, MutableJenkinsThing):
if len(self.get_params_list()) == 0:
if self.is_queued():
raise WillNotBuild('%s is already queued' % repr(self))
-
+
elif self.is_running():
if skip_if_running:
log.warn(