Is there a way to archive or temporarily hide a build configuration in Teamcity? The documentation only mentions pausing here: https://confluence.jetbrains.com/display/TCD8/Build+Configuration
To create a build configuration, open General Settings of a project and click Create build configuration under the Build Configurations section. TeamCity provides several ways to create a new build configuration for a project: Create a build configuration template, and then create a build configuration based on the template.
On the Project Settings page, Build Configurations section, click Create build configuration from URL. Specify a VCS repository URL and, if authentication is required, VCS credentials. click Create. TeamCity will suggest the build configuration name and will configure the rest of settings for you.
Creating a new build configuration template is similar to creating a new configuration: On the Administration | Projects page, select the target project in the list. Alternatively, open the project using the Projects pop-up menu and click Edit Project Settings. The Project Settings page opens.
TeamCity will add a VCS build trigger and attempt to autodetect build steps: Ant, NAnt, Gradle, Maven, MSBuild, Visual Studio solution files, PowerShell, Xcode project files, Rake, and IntelliJ IDEA projects. On the Auto-detected Build Steps page, select the step (s) to use in your build configuration.
You can archive a project, but build configurations can only be paused. However, you might be able to achieve something almost as good:
The build configuration will be removed from the original project, but still retrievable should you want to use it again later.
Go to the 'Administration' panel, select the project you want to archive and click the 'Actions' menu:
There is no way to archive a build configuration, so you can create a separate project for that purpose (e.g., 'Archive' or 'Attic') and put such configurations there.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With