Skip to content

[JENKINS-39318] tearDown() not called for build environments with "Use build environment from another project".#31

Open
calin-iorgulescu wants to merge 1 commit into
jenkinsci:masterfrom
calin-iorgulescu:jenkins-39318
Open

[JENKINS-39318] tearDown() not called for build environments with "Use build environment from another project".#31
calin-iorgulescu wants to merge 1 commit into
jenkinsci:masterfrom
calin-iorgulescu:jenkins-39318

Conversation

@calin-iorgulescu

Copy link
Copy Markdown
  • Fixes the existing issue with tearDown() not being called by the ProxyBuildEnvironment. This can cause leaks and also disrupts the way some build environment tools function.
    • Concrete case: The build-timeout plugin uses tearDown() to reset internal timers. The Android emulator plugin uses tearDown() to clean up certain artifacts.

@calin-iorgulescu calin-iorgulescu changed the title tearDown() not called for build environments with "Use build environment from another project" [JENKINS-39318] tearDown() not called for build environments with "Use build environment from another project" Nov 10, 2016
@calin-iorgulescu calin-iorgulescu changed the title [JENKINS-39318] tearDown() not called for build environments with "Use build environment from another project" [JENKINS-39318] tearDown() not called for build environments with "Use build environment from another project". Nov 10, 2016
@Brantone

Copy link
Copy Markdown
Contributor

Same thing, maybe throw on at test?

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

Successfully merging this pull request may close these issues.

2 participants