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

[JENKINS-53500] Windows support for container step #626

Merged
merged 48 commits into from
Oct 30, 2019

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    81bd573 View commit details
    Browse the repository at this point in the history
  2. Added LinuxFilter.

    jglick committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    af5faad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6cab42 View commit details
    Browse the repository at this point in the history
  4. Comment.

    jglick committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    2a0a670 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b27b537 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Pending jenkinsci#623, using PodTemplateFilter to set nodeSelector do…

    …es not work.
    
    Also needed to skip pods using nodeAffinity.
    jglick committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    6619b89 View commit details
    Browse the repository at this point in the history
  2. Stray newline.

    jglick committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    14f3792 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e09dea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3d304e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47a77a2 View commit details
    Browse the repository at this point in the history
  6. Switching to official image.

    jglick committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    12b7069 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15568d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24c97c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    230a289 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    217af86 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c4916e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    06479de View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    54771c4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    179b9aa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f32db53 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b774e48 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    9238e2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72ee637 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f34e71c View commit details
    Browse the repository at this point in the history
  4. Documenting assumeWindows.

    jglick committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    895b317 View commit details
    Browse the repository at this point in the history
  5. More precise to say that we should use cmd-oriented syntax iff the se…

    …lected shell is indeed cmd.
    jglick committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    2d30ad7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0fd290d View commit details
    Browse the repository at this point in the history
  7. podTemplate and container are frequently used steps, not “advanced” a…

    …nd certainly not “deprecated”.
    jglick committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    ebcfb88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c81198a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a61ba8c View commit details
    Browse the repository at this point in the history
  10. Documenting ContainerStep.shell and why it does not do what you proba…

    …bly thought and why you should probably ignore it.
    jglick committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    d8992c5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0e2e0be View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    293f1c3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    45bfb1c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dadd5f2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fd851c8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    184667b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5e9c181 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    06ea50a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3220391 View commit details
    Browse the repository at this point in the history
  20. SpotBugs

    jglick committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    24215e2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    aa7002d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. SpotBugs

    jglick committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    8bcf318 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3eaab0 View commit details
    Browse the repository at this point in the history
  3. Noting Windows support, and deleting apparently bogus example of inhe…

    …ritFrom pending a working variant.
    jglick committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    80ce964 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b94478d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac0123e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Configuration menu
    Copy the full SHA
    bcd7391 View commit details
    Browse the repository at this point in the history