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

chore(build): output in logs the list of Windows images and tags to be processed #461

Merged
merged 2 commits into from
Jul 12, 2023

Conversation

lemeurherve
Copy link
Member

@lemeurherve lemeurherve commented Jul 12, 2023

This PR outputs the list of Windows images and tags to be processed in the logs, ex:

= PREPARE: List of images and tags to be processed:
{
  "jdk17-windowsservercore-ltsc2019": {
    "Tags": [
      "jdk17-windowsservercore-ltsc2019",
      "3131.vf2b_b_798b_ce99-1-jdk17-windowsservercore-ltsc2019"
    ]
  },
  "jdk11-windowsservercore-ltsc2019": {
    "Tags": [
      "jdk11-windowsservercore-ltsc2019",
      "3131.vf2b_b_798b_ce99-1-jdk11-windowsservercore-ltsc2019",
      "windowsservercore-ltsc2019"
    ]
  },
  "jdk17-nanoserver-1809": {
    "Tags": [
      "jdk17-nanoserver-1809",
      "3131.vf2b_b_798b_ce99-1-jdk17-nanoserver-1809",
    ]
  },
  "jdk11-nanoserver-1809": {
    "Tags": [
      "jdk11-nanoserver-1809",
      "3131.vf2b_b_798b_ce99-1-jdk11-nanoserver-1809",
      "nanoserver-1809",
    ]
  }
}

Testing done

Submitter checklist

@lemeurherve lemeurherve requested a review from a team as a code owner July 12, 2023 09:37
lemeurherve added a commit to lemeurherve/docker-agent that referenced this pull request Jul 12, 2023
@lemeurherve lemeurherve changed the title chore(build): show the list of Windows images and tags to be processed chore(build): output in logs the list of Windows images and tags to be processed Jul 12, 2023
@dduportal dduportal enabled auto-merge July 12, 2023 09:49
lemeurherve added a commit to lemeurherve/jenkinsci-docker-inbound-agent that referenced this pull request Jul 12, 2023
@dduportal dduportal merged commit e7d16b8 into master Jul 12, 2023
6 checks passed
@dduportal dduportal deleted the lemeurherve-patch-1 branch July 12, 2023 09:56
lemeurherve added a commit to lemeurherve/docker-agent that referenced this pull request Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants