#390: send extra data into worker

This commit is contained in:
Vokhmin Alexey V 2014-05-28 00:59:54 +04:00
parent c86e1af28c
commit 8cfc2b24f7
1 changed files with 2 additions and 1 deletions

View File

@ -558,6 +558,7 @@ class BuildList < ActiveRecord::Base
name: build_for_platform.name,
arch: arch.name
},
rerun_tests: rerun_tests?,
user: { uname: user.uname, email: user.email }
}
end