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

Remove whitespace that makes regexp matches unlikely. #383

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maxnasonov
Copy link

I might misunderstand something but the current regex does not seem to be useful. Applying the role with jenkins_java_options to -Djava.awt.headless=true -Xmx{{ jenkins_java_heapsize_mb }}m results in the following config file's content:

...
Environment="JAVA_OPTS=-Djenkins.install.runSetupWizard=false"
Environment="JAVA_OPTS=-Djava.awt.headless=true -Xmx6000m"
...

although I would expect having just only one JAVA_OPTS string: Environment="JAVA_OPTS=-Djava.awt.headless=true -Xmx6000m".

Copy link

This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@github-actions github-actions bot added the stale label Apr 28, 2024
Copy link

@prabjohns-atex prabjohns-atex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just logged same ticket.

@prabjohns-atex
Copy link

Please re-open, this PR looks sensible.

@github-actions github-actions bot removed the stale label May 19, 2024
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.

None yet

2 participants