-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
post build hook for running black box tests #42
Comments
@rafecolton Could this post build hook also be used for running arbitrary scripts after a successful job (build/tag/push)? |
@colegleason that's the general idea; however, there are some serious security implications of this feature, depending on the implementation. I'm also not 100% sure it's within the scope of this project. I'd love to hear any thoughts you may have (on either the implementation or the scope). |
Yeah, after thinking about it for a bit I think I will just use docker-builder as a step in a larger CI build. To do that I will need an interface to check on the status of an async build or otherwise block until a build succeeds. |
Yeah, running the job synchronously will be a simple thing to add (and already on the TODO list). Checking the status of the build over HTTP will eventually be added as a feature as well, though that is slightly further down on the list |
Maybe a good way to handle this without trying to shove too much functionality into |
I think that would be a good feature, but I also like the idea of blocking On Wed, Jul 2, 2014 at 4:14 PM, Rafe Colton [email protected]
Cole GleasonStudent, University of Illinois at Urbana-Champaign |
maybe with
bats
, since it's pretty universalThe text was updated successfully, but these errors were encountered: