Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build tags set during the build execution disappear after the build finishes #1

Open
tolache opened this issue Sep 18, 2023 · 1 comment

Comments

@tolache
Copy link

tolache commented Sep 18, 2023

Steps

  1. Install TestingBot 1.0 on TeamCity 2023.05.1.
  2. Add a command line step with the following command to a build: echo "##teamcity[addBuildTag 'SomeTag']".
  3. Run the build.

Expected

The tag "SomeTag" is added to the build during the execution and is kept after the build is finished.

Actual

The tag is added when the build is running, but is removed after the build is finished.

@aldpuzz
Copy link

aldpuzz commented Nov 8, 2023

it's likely this line:

It should merge the two sets instead of replacing it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants