article

Updating AssemblyInfo.cs version information via batch file

A somewhat belated post which describes how you can use sed to automatically update version information in `AssemblyInfo.cs` files from a batch file.

avatar
Richard Moss
article

Integrating NDepend with Jenkins Freestyle Jobs

Previously, I've described on this blog how to do a basic integration of NDepend with Jenkins pipeline jobs. The disadvantages of the previous post was it was essentially part of a series tailored to our build process and so not easy to view as a stand-alone article and it only covered pipelines. This complementary post covers how to perform the same level of integration with a freestyle project.

avatar
Richard Moss
article

Adjusting the Jenkins Content Security Policy

One of the security features of Jenkins is to send Content Security Policy (CSP) headers which describes how certain resources can behave. The default policy is extremely restrictive which can cause problems with content added to Jenkins via build processes. This post describes how to either temporarily or permanently change the CSP to be less restrictive.

avatar
Richard Moss
article

Integrating NDepend with Jenkins

After two posts regarding building and publishing Nuget packages with Jenkins pipelines, I now follow up with details on integrating NDepend with the pipeline job.

avatar
Richard Moss
article

Using parameters with Jenkins pipeline builds

A follow up to my first post on Jenkins pipelines, by upgrading the script to work with parametrised builds, allowing one script to handle multiple pipeline jobs.

avatar
Richard Moss
article

Using a Jenkins Pipeline to build and publish Nuget packages

A fairly lengthy post which describes how to setup a Jenkins Pipeline to build, test and publish Nuget packages, along with some tips and caveats learned from working with pipelines.

avatar
Richard Moss