commit | eda0768d76cf2ead419fdaa24aa0313d0069aa87 | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Thu Mar 09 14:50:54 2017 +0100 |
committer | Jakub Josef <jakub.josef@gmail.com> | Thu Mar 09 14:50:54 2017 +0100 |
tree | 02a875cae7bd5fefdeab77a84aafbf874f0a35f2 | |
parent | fd91d1fd98b7ef405c41111f9cfb2483c08dfbbe [diff] [blame] |
Fix typo in gating job Change-Id: I330afc7d73b8942ef7d302978e09674623f22c8e
diff --git a/gating-pipeline.groovy b/gating-pipeline.groovy index 32574f4..edb0af5 100644 --- a/gating-pipeline.groovy +++ b/gating-pipeline.groovy
@@ -6,7 +6,7 @@ def common = new com.mirantis.mk.Common() def gerrit = new com.mirantis.mk.Gerrit() -def ssh = new com.mirantis.mk.Salt() +def ssh = new com.mirantis.mk.Ssh() node("python") { try{ stage("test") {