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

Plugin blocks concurrent builds #136

Open
jorn86 opened this issue Aug 15, 2017 · 0 comments
Open

Plugin blocks concurrent builds #136

jorn86 opened this issue Aug 15, 2017 · 0 comments

Comments

@jorn86
Copy link

jorn86 commented Aug 15, 2017

I have a Teamcity config that uses this plugin, and is configured to build a push to any branch in the connected VCS root. The builds are queued correctly, but the plugin is blocking the second build from being executed on a second agent.

Teamcity support has figured this out for me:

So apparently this behavior is caused by Node.js plugin. Seems this plugin filters agents for a queued build. Filtering code can be seen here: https://github.com/jonnyzzz/TeamCity.Node/blob/master/server/src/com/jonnyzzz/teamcity/plugins/node/server/NVM.kt

Why are the agents filtered, and can I prevent the plugin from doing so?

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

1 participant