8000 GitHub - franciscocpg/wercker-step-wait-tcp: Waits for a tcp connection to be ready
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

franciscocpg/wercker-step-wait-tcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wercker-step-wait-tcp

Waits for a tcp connection to be ready

Options

  • host (optional) Host to listen. Defaults to localhost
  • port (optional) Port to listen. Defaults to 8080
  • timeout (optional) Timeout in seconds. Defaults to 60

Example

steps:
    - franciscocpg/step-wait-tcp:
        host: my-service-host
        port: 8080
        timeout: 10

License

The MIT License (MIT)

Changelog

0.0.1

  • initial version

About

Waits for a tcp connection to be ready

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0