-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix detection if withMaven is executed within container() (#766)
* Fix logging in detectWithContainer method * Fix detection of builds run inside 'container' block * Remove duplicated condition * Keep changes made within JENKINS-53831 * Simplify launcherClassName checking of ContainerExecDecorator * Fix logging info
- Loading branch information
1 parent
18876d1
commit e40d47e
Showing
1 changed file
with
12 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e40d47e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that this breaks my builds that use the kubernets plugin.
For k8s it probably did not matter if the tools got installed on the jnlp container or in the build container - since they share the workspace filesystem normally.