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-66986] Allow non kubernetes nodes to be provisioned inside the container clause #1087

Merged
merged 9 commits into from Dec 10, 2021

Commits on Dec 8, 2021

  1. Allow non kubernetes nodes to be provisioned inside the container clause

    Petkov authored and Petkov committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    4941e07 View commit details
    Browse the repository at this point in the history
  2. Uncommented lines

    Petkov authored and Petkov committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    844d07d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Updated test and simplified expression

    Petkov authored and Petkov committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    48b7a6f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/jenkinsci/kubernetes-plugin

    … into JENKINS-66986-1
    Petkov authored and Petkov committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    2dd4fb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Update src/test/java/org/csanchez/jenkins/plugins/kubernetes/pipeline…

    …/ContainerExecDecoratorTest.java
    
    Co-authored-by: Vincent Latombe <vincent@latombe.net>
    presPetkov and Vlatombe committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    32a9eb9 View commit details
    Browse the repository at this point in the history
  2. Update src/main/java/org/csanchez/jenkins/plugins/kubernetes/pipeline…

    …/ContainerExecDecorator.java
    
    Co-authored-by: Vincent Latombe <vincent@latombe.net>
    presPetkov and Vlatombe committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    50494c0 View commit details
    Browse the repository at this point in the history
  3. Update src/test/java/org/csanchez/jenkins/plugins/kubernetes/pipeline…

    …/ContainerExecDecoratorTest.java
    
    Co-authored-by: Vincent Latombe <vincent@latombe.net>
    presPetkov and Vlatombe committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    4379e7d View commit details
    Browse the repository at this point in the history
  4. Removed unused import

    Petkov authored and Petkov committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    530c909 View commit details
    Browse the repository at this point in the history
  5. Fixed unit test

    Petkov authored and Petkov committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    b5c81e1 View commit details
    Browse the repository at this point in the history