commit | 9021bbe21a0f05d2bc042da5eac3aaab93c3a6fa | [log] [tgz] |
---|---|---|
author | Igor Belikov <ibelikov@mirantis.com> | Wed Sep 28 19:22:20 2016 +0300 |
committer | Igor Belikov <ibelikov@mirantis.com> | Thu Sep 29 15:33:37 2016 +0300 |
tree | 0d2cdbf16e8ea1f1fde940aecea255e0a3bd0b33 | |
parent | 6e41b527c99cd0495636f3418493ed1030e184f1 [diff] [blame] |
Initial structure and basic funtions * Create initial repository structure * Add gerritPatchsetCheckout and runTox global functions Change-Id: I3c716e12dec76bb405d33501bc260425419814be
diff --git a/vars/gerritPatchsetCheckout.txt b/vars/gerritPatchsetCheckout.txt new file mode 100644 index 0000000..4575695 --- /dev/null +++ b/vars/gerritPatchsetCheckout.txt
@@ -0,0 +1,6 @@ +// Usage example +node { + gerritPatchsetCheckout{ + credentialsId = "credentials-id-string" + } +}