Closed rafecolton closed 10 years ago
Is this essentially long-polling? Just trying to figure out how to avoid timeouts here.
Basically, yeah. job.Process()
returns after the build & tag steps (but before the push steps), so that's when you'd get your return value.
@rafecolton Trying to integrate docker-builder into a Jenkins workflow and I need this. Started work at #72.
:thumbsup:
Ala https://github.com/modcloth/docker-builder/blob/webhook-refactor/webhook/webhook.go#L61