Can Anthill Beanshell script make a HTTP connection?

351 Views Asked by At

I use Anthill Pro for build and deployment management. I'm attempting to configure Anthill to make a HTTP POST or GET to a web server after a deployment has completed. I'm passing basic information regarding the deployment to a web application.

It looks like writing a Beanshell script is the way to do this in Anthill (I'm open to suggestions), but the documentation does not seem to offer an obvious way to do this.

Can a Beanshell script from Anthill make a HTTP connection to accomplish this, or is there a better way?

Example of the connection I'm trying to make:

http://myServer/myScript/?param1=deployValue1&param2=deployValue2

Any help is appreciated.

1

There are 1 best solutions below

0
On

Are you just trying to hit a URL and validate that some text on it is there? If so we have a plugin baking that does this sort of thing. Shoot me a mail at [email protected] (or file a support ticket) and we can get that over to you.