Jump to content
Vincent Parrett

ANN: Continua CI 1.9.2 Released - Continuous Integration for Delphi

Recommended Posts

We are delighted to announce the Release of Continua CI 1.9.2.

We have added the following new features:
 

 

https://www.finalbuilder.com/resources/blogs/introducing-the-release-of-continua-ci-version-192

 

Continua CI is a low cost, easy to use Continuous Integration Server which includes first class support for Delphi (using FinalBuilder or MSBuild) and version control integration with Git, Mercurial, Subversion and more. 

 

Continua CI screenshot

 

https://www.finalbuilder.com/resources/blogs/building-delphi-projects-with-continua-ci

Edited by Vincent Parrett
  • Like 2

Share this post


Link to post

Requeuing Stages is most welcome! We have stages that sometimes fail due to transient external circumstances.

Is it possible to "manipulate" an exported file (change strings) and reimport it, or is the file integrity checked somehow?

 

 

Share this post


Link to post
10 minutes ago, Lars Fosdal said:

Requeuing Stages is most welcome! We have stages that sometimes fail due to transient external circumstances.

Yep, that's the main reason we added the feature for, we find uploading to chocolatey fails occasionally - it's so nice to be able to just try again - we've been dogfooding this feature for a while here and I've had to use it a few times now. 

 

13 minutes ago, Lars Fosdal said:

Is it possible to "manipulate" an exported file (change strings) and reimport it, or is the file integrity checked somehow?

 

Yes, you can certainly edit the exported file. It will be checked for validity when imported - that happens before the change is committed (the import is done in a transaction), so if there are errors in the file nothing bad should happen (this is why this feature took so long to develop!). 

  • Like 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×