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

hotfix(ci.jenkins.io) typo in ACI java opts when escaping flags on windows containers #2530

Conversation

dduportal
Copy link
Contributor

@dduportal dduportal commented Dec 9, 2022

Fixup of #2527

Before:

JENKINS_JAVA_OPTS \"-XX:+PrintCommandLineFlags\"

After:

JENKINS_JAVA_OPTS="-XX:+PrintCommandLineFlags"

…ndows

Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
@dduportal dduportal requested a review from a team as a code owner December 9, 2022 10:28
@dduportal dduportal changed the title hotfix(ci.jenkins.io) typo in aci java opts when escaping flags on wi… hotfix(ci.jenkins.io) typo in ACI java opts when escaping flags on windows containers Dec 9, 2022
@dduportal dduportal merged commit 08fc467 into jenkins-infra:production Dec 9, 2022
@dduportal dduportal deleted the hotfix/ci.jenkins.io/windows-agent-javaopts branch December 9, 2022 10:29
lemeurherve pushed a commit to lemeurherve/jenkins-infra that referenced this pull request Dec 12, 2022
…ndows (jenkins-infra#2530)

Signed-off-by: Damien Duportal <damien.duportal@gmail.com>

Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
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.

1 participant