We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
echo "##teamcity[addBuildTag 'SomeTag']"
The tag "SomeTag" is added to the build during the execution and is kept after the build is finished.
The tag is added when the build is running, but is removed after the build is finished.
The text was updated successfully, but these errors were encountered:
it's likely this line:
testingbot-teamcity-plugin/testingbot-teamcity-server/src/main/java/com/testingbot/teamcity/plugin/TestingBotServerAdapter.java
Line 55 in c05267a
It should merge the two sets instead of replacing it
Sorry, something went wrong.
No branches or pull requests
Steps
echo "##teamcity[addBuildTag 'SomeTag']"
.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.
The text was updated successfully, but these errors were encountered: