tagged [continuous-integration]
Archive the artifacts in Jenkins
Archive the artifacts in Jenkins Could someone please explain to me the idea of in the build process? I have the workspace directory where I check out the code to compile and run my ant scripts etc. A...
- Modified
- 20 Nov at 07:11
Managing SSH keys within Jenkins for Git
Managing SSH keys within Jenkins for Git I'm trying to get Jenkins up and running with a GitHub hosted repository (using the Jenkins Git plugin). The repository has multiple git submodules, so I'm not...
- Modified
- 22 Sep at 16:29
How and why do I set up a C# build machine?
How and why do I set up a C# build machine? I'm working with a small (4 person) development team on a C# project. I've proposed setting up a build machine which will do nightly builds and tests of the...
- Modified
- 3 May at 23:12
Registering COM referenced DLLs on a build server
Registering COM referenced DLLs on a build server We're developing a C# application that references a few COM libraries (AutoIT for example). I am including all referenced components under source cont...
- Modified
- 18 Sep at 15:49
Continuous Integration: PowerShell vs. CI Server (CC.NET or Hudson)
Continuous Integration: PowerShell vs. CI Server (CC.NET or Hudson) So, a friend and I have been discussing continuous integration and bat/powershell scripts versus CI servers like CruiseControl.Net o...
- Modified
- 27 Aug at 08:32
How can I set up continuous deployment for a SharePoint 2010 Visual Studio solution?
How can I set up continuous deployment for a SharePoint 2010 Visual Studio solution? I want to automatically build .wsp packages and re-deploy them on a staging server after each commit. I know how to...
- Modified
- 23 May at 12:4
Jenkins CI Pipeline Scripts not permitted to use method groovy.lang.GroovyObject
Jenkins CI Pipeline Scripts not permitted to use method groovy.lang.GroovyObject I am Using Jenkins 2 for compiling Java Projects, I want to read the version from a pom.xml, I was following this examp...
- Modified
- 23 Nov at 13:38
Setting the version number for .NET Core projects - CSPROJ - not JSON projects
Setting the version number for .NET Core projects - CSPROJ - not JSON projects This question is very similar to [Setting the version number for .NET Core projects](https://stackoverflow.com/questions/...
- Modified
- 27 Jan at 20:13
MSBuild cannot find a reference
MSBuild cannot find a reference I'm currently trying to figure out why MSBuild is not able to compile one of our unit test dlls. The problem is only occuring with this DLL and not with the other unit ...
- Modified
- 22 Jun at 11:39