Fix typo in Jenkins key 98/14598/2 v0.20.0
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 14 Feb 2019 22:38:30 +0000 (17:38 -0500)
committerThanh 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

index f13092c..48f0244 100644 (file)
@@ -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['jenkins']
     groovy_script = """
 import hudson.model.*