Questions tagged [anthill]

Anthill, or AnthillPro, is a flexible build, test, deploy, test, and release automation framework that forms a Continuous Delivery pipeline.

Anthill, or AnthillPro, is a flexible build, test, deploy, test, and release automation framework and web application that forms a Continuous Delivery pipeline. AnthillPro can scale to the enterprise level and integrates with over 80 third party tools. The framework also includes extensive management tools for keeping track of builds, deployments, and tests.

Questions tagged under Anthill should be related to AnthillPro in some way, whether they be a simple "How do I do X in Anthill" question or "Can Anthill do X?"

To learn more about Anthill Pro:

Product description

Official support page

Official plugin site

23 questions
12
votes
1 answer

Batch script for loop won't set variable

I have a batch script trying to execute out of anthill to get the folder names containing plsql to be compiled. for /F %%a in ('dir /b D:\AHP_WorkDir\var\jobs\projects\rprt_test\rprt_test\plsql') do ( set FOLDER=%%a echo *** PROCESSING FOLDER…
Denis DuQuaine
  • 123
  • 1
  • 1
  • 4
3
votes
1 answer

Difference between Jenkins and AntHillPro

In our Project we are currently using AntHillPro, we would like to move to Jenkins, for this I have the following queries:- 1> Does all the task that is possible to do in AntHillPro will be done in Jenkins. 2> Possible dollar cost savings for Using…
Test
  • 91
  • 11
2
votes
1 answer

AntHill? How to add a project to the hill?

Anybody use AntHillPro for auto builds? If so, I'm curious how you add a .NET solution/ project to the hill (to be compiled along with everything else, etc.) This is one of those "had to be done yesterday" things but no one on my team understands…
michaelN
  • 21
  • 1
1
vote
2 answers

How to use multiple wildcards in an API call

I'm working with Anthill (an UrbanCode/IBM product) and one of the methods requires a parameter of type java.lang.Class> sourceConfigType. After reading the tutorial on generics I found that a class GitSourceConfig is a…
Wheeler
  • 454
  • 5
  • 17
1
vote
2 answers

With Anthill Pro how can I programmatically kick off a new build?

I want to programatically kick off an Anthill job from another system and set some build properties (the Git branch). What API exists to help me do that?
checketts
  • 14,167
  • 10
  • 53
  • 82
1
vote
1 answer

AnthillPro - CCTray integration

Does anyone know if you can use CCTray (or an equivalent) with AnthillPro? I'm not finding a lot of documentation and am new to using AHP. Thanks.
jd314159
  • 365
  • 2
  • 14
1
vote
1 answer

Coverity Set Up (Cygwin Warning)?

I am currently trying to run Coverity Prevent and I believe I have everything set up appropriately on my windows 7 build machine. I have run it with AnthillPro and when my code finishes and gets to Coverity it says that everything was built fine…
Redman76
  • 35
  • 1
  • 7
0
votes
1 answer

when doing a "build" with AnthillPro, i get an error com.urbancode.command.CommandException: java.net.ConnectException: Connection refused

Any idea how to resolve this in AnthillPro. I am running the AnthillPro server on ubuntu 10.10
kamal
  • 9,637
  • 30
  • 101
  • 168
0
votes
1 answer

Can Anthill Beanshell script make a HTTP connection?

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…
Matt Riley
  • 293
  • 1
  • 2
  • 16
0
votes
2 answers

Jenkins Grouping

We're planning a migration from AnthillPro to another build system. As of right now, we're checking the option of migrating to Jenkins. We have a lot of different Products, and each Product has it's own repository and it's own builds for every…
Alex Weitz
  • 3,199
  • 4
  • 34
  • 57
0
votes
0 answers

Execute permission denied for perl script

I call a perl script from shell script.Since both unix shell script and perl script are created by me, i was able to execute it successfully.But when i deploy the code using anthillpro, permission of the files changed to 644. Hence when others…
user1768029
  • 415
  • 8
  • 22
0
votes
1 answer

Error while deploying via anthill pro

We use Anthill pro to deploy our code .Revision 6678 has been deployed in our DEV environment.Now, we have done some changes in the Code for 6678.We have committed the changes in SVN, this revision '6718' gets build successfully but throws an error…
0
votes
1 answer

How to trigger reports mail on fitnesse slim test runs?

We are using Fitnesse slim in our project. As of now we were executing the fitnesse tests (slim) from wiki page and we were checking the results manually from wiki itself. Now, we are planning to implement CI for our project. So, is there a way to…
0
votes
1 answer

How to fetch Source Configuration from AnthillPro programatically?

I went through the REST API doc of AnthillPro but couldn't find anything useful on fetching source configuration for a workflow. What I need exactly is the code repository(svn/git) for the workflow. In anthillPro, it can be seen/edited from…
0
votes
1 answer

How to find the latest Dependency easily in Anthillpro3 Remoting script

I want to Automate the process of Branch creation in our project.Below are the steps which are being done manually using the Anthill Web UI. In our Anthill we have around 250 Java projects whose workflows are named after their release names like…
1
2