Code Review
/
releng
/
lftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c831fd8
)
Fix typo in Jenkins key
98/14598/2
v0.20.0
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Thu, 14 Feb 2019 22:38:30 +0000
(17:38 -0500)
committer
Thanh Ha
<thanh.ha@linuxfoundation.org>
Mon, 4 Mar 2019 19:04:36 +0000
(14:04 -0500)
Change-Id: I467f2b913061c98a65e63ef9c16f9fa895c7ece0
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
lftools/cli/jenkins/__init__.py
patch
|
blob
|
history
diff --git
a/lftools/cli/jenkins/__init__.py
b/lftools/cli/jenkins/__init__.py
index
f13092c
..
48f0244
100644
(file)
--- a/
lftools/cli/jenkins/__init__.py
+++ b/
lftools/cli/jenkins/__init__.py
@@
-110,7
+110,7
@@
def quiet_down(ctx, n):
@click.pass_context
def remove_offline_nodes(ctx, force):
"""Remove any offline nodes."""
- jenkins = ctx.obj['jenkin']
+ jenkins = ctx.obj['jenkin
s
']
groovy_script = """
import hudson.model.*