Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Similarly to the repository dialog, the options you can set for this trigger will change depending on the Repository Type that is set. Lets go ahead and set this trigger to be a Repository trigger.

Image Added

For this tutorial, the default settings are all we need to automate our builds. You should note that the Repository property should point to our repository Fluent_NHibernate and that this property auto populates with all the repositories that this configuration can access. So make sure Repository is pointing to our Fluent_NHibernate repository and that this trigger is enabled and save our new trigger.

Image RemovedImage Added

Once your trigger has been created it will appear in the Triggers list which means that Continua will be constantly checking the Fluent NHibernate GitHub project for any code changes! However, as this is a GitHub project and we cannot easily change the source of the project, lets also create a daily trigger that will build our project at the same time every day. This will allow us to see automated builds in action. So lets create another trigger but this time around lets set the repository type to Daily. When creating this trigger, change the time so that it will run in a couple of minutes. Once everything is configured correctly, save the trigger and head back to the Configuration homepage and wait for a build to be triggered! 

...