Passes arvados git hash as a envvar to the packer script. Refs #21461
[arvados-dev.git] / jenkins / packer-images / jenkins-image-arvados-tests.json
index cb41e12a8480166dbb8af913febb9be1a351147a..2dd1cae19adf3eef0fa84a8a34a9bc8bd85e17ba 100644 (file)
@@ -1,6 +1,7 @@
 {
   "variables": {
-        "key_file": "{{env `packerbuildkey`}}"
+        "key_file": "{{env `packerbuildkey`}}",
+        "git_hash": "{{env `git_hash`}}"
     },
   "builders": [
     {