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
article

Finding nearest colors using Euclidean distance

I've recently been updating our series on dithering to include ordered dithering. However, in order to fully demonstrate this I also updated the sample to include basic color quantizing with a fixed palette. While color reduction and dithering are related, I didn't want to cover both topics in a single blog post, therefore this post covers finding the nearest color via Euclidean distance.

avatar
Richard Moss
article

StartSSL code signing certificates are crippled

StartSSL code signing certificates are crippled and your binaries no longer trusted once they have expired, even if they have been counter signed. Not to mention the other trust issues that StartSSL are experiencing.

avatar
Richard Moss
article

Tools we use - 2016 edition

A round up of the different software tools used by Cyotek over the past year.

avatar
Richard Moss