diff options
author | Teddy Wing | 2017-11-14 23:24:04 +0100 |
---|---|---|
committer | Teddy Wing | 2017-11-14 23:24:04 +0100 |
commit | d5f33a9a986f21c8b660eb1d3faa9953f2b8bba7 (patch) | |
tree | f0fe2b8ad4ea4e3b681e8cc1ee7fcdd2b33b8575 /src/github.rs | |
parent | df9b4dbd7aa8401b0e488c99c49205bc39dc5a80 (diff) | |
download | kipper-d5f33a9a986f21c8b660eb1d3faa9953f2b8bba7.tar.bz2 |
find_and_track_build_and_update_status(): Try to wrap the fn in a thread
Try to put the whole function inside a thread. This doesn't work because
of move problems. The reason for wrapping things in a thread is so I can
add a `sleep` at the top of the function.
We want to sleep before even making our first request to Jenkins because
it seems like we're making the request too early, before the job has
been created. This prevents the GitHub status from being set.
Diffstat (limited to 'src/github.rs')
0 files changed, 0 insertions, 0 deletions