aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTeddy Wing2017-11-14 23:24:04 +0100
committerTeddy Wing2017-11-14 23:24:04 +0100
commitd5f33a9a986f21c8b660eb1d3faa9953f2b8bba7 (patch)
treef0fe2b8ad4ea4e3b681e8cc1ee7fcdd2b33b8575 /src/lib.rs
parentdf9b4dbd7aa8401b0e488c99c49205bc39dc5a80 (diff)
downloadkipper-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/lib.rs')
0 files changed, 0 insertions, 0 deletions