SHIFT-WIKI - Sjoerd Hooft's InFormation Technology
This WIKI is my personal documentation blog. Please enjoy it and feel free to reach out through blue sky if you have a question, remark, improvement or observation. See below for the latest additions, or use the search or tags to browse for content.
Hold Continuous Integration
Summary: How to prevent pipelines to trigger in Azure DevOps Server 2018.
Date: Around 2020
Refactor: 29 April 2025: Checked links and formatting. Rebranded Team Foundation Server (TFS) to Azure Devops Server.
If you're working with Getting Started With Azure DevOps Server 2018 and have enabled Continuous Integration it could be considered undesirable that an automatic build is run each time you make a change. For example, if you only changes some comments you don't have to run a build to know it's still working. If you'd need that, simply add ***NO_CI***
to the comment to prevent the build from starting. It is enough to add the section, you don't have to replace the entire comment section. So for example,
Changed file powerscript.ps1, added some comments. ***NO_CI***
will simply work.
If you're working with a build file you can also use the $(NoCICheckinComment) property in the build file.
See here for even more options.
Creating a Build and Release Pipeline in TFS 2018
Summary: How to setup a build and release pipeline in Azure DevOps Server 2018.
Date: Around 2020
Refactor: 29 April 2025: Checked links and formatting. Rebranded Team Foundation Server (TFS) to Azure Devops Server.
After installing all requirements we can now create a build and release it to the deployment group.
Getting Started With Azure DevOps Server 2018
Summary: How to get started with Azure DevOps Server 2018.
Date: Around 2020
Refactor: 29 April 2025: Checked links and formatting. Rebranded Team Foundation Server (TFS) to Azure Devops Server.
Terraform Module for a Private Endpoint
Summary: This is a terraform module that I use to deploy a private endpoint for resources in Azure.
Date: 8 February 2025
Read the post to learn more about private endpoints and:
- How to depoloy a private endpoint using a terraform module
- Notice how we can provide the nic for the private endpoint with a custom name
- How we can assign an ip address to the private endpoint