Top "Nightly-build" questions

Building software automatically to ensure that no errors have been committed to source control that would prevent it being built.

Compilation fails randomly: "cannot open program database"

During a long compilation with Visual Studio 2005 (version 8.0.50727.762), I sometimes get the following error in several files in some project: …

c++ visual-studio visual-studio-2005 compiler-errors nightly-build
How do I automatically set assembly version during nightly build?

We have a nightly build process that automatically versions all C++ projecs. Here's how it works. There's a common header …

c# .net build versioning nightly-build
Schedule nightly 22-03 build using Jenkins and H, the "hash symbol"

A build that takes about three hours to complete needs to be scheduled for nightly building outside office hours: not …

jenkins nightly-build
How to automate NuGet package creation using Jenkins?

For one of my projects I am using many dependencies in the form of NuGet packages. When I change any …

jenkins automation package nuget nightly-build
How to configure Jenkins to send a notification email when a Slave goes offline?

How to configure Jenkins to send a notification email when a Slave goes offline? I have a Windows Server in …

jenkins continuous-integration slave nightly-build