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-53790] PodTemplate Container Docker image check #497

Merged
merged 45 commits into from Feb 19, 2020

Commits on Jun 10, 2019

  1. PodTemplate will get TaskListener from PodTemplateStepExectuion and p…

    …ass it down to AllContainersPodWatcher, which does a check for invalid docker images used, will print an error msg to the build console and cancel the job to prevent infinte looping
    pyieh committed Jun 10, 2019
    Copy the full SHA
    ebd3552 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a38615d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. Copy the full SHA
    ad45bc2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    193d12e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fa5960e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    15a0c39 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

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

Commits on Aug 2, 2019

  1. fixed merge conflicts

    pyieh committed Aug 2, 2019
    Copy the full SHA
    314ae4b View commit details
    Browse the repository at this point in the history
  2. BadDockerImage test

    pyieh committed Aug 2, 2019
    Copy the full SHA
    f866997 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Copy the full SHA
    2e45487 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8f4b2d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Removed debugging logs

    pyieh committed Aug 7, 2019
    Copy the full SHA
    fe45af1 View commit details
    Browse the repository at this point in the history
  2. Removed debugging logs

    pyieh committed Aug 7, 2019
    Copy the full SHA
    621ab12 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Added pod annotation when creating pod to be used to link back to bui…

    …ld item to use for canceling bad docker image pod template jobs, added tests for this
    pyieh committed Aug 8, 2019
    Copy the full SHA
    6564e29 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Copy the full SHA
    665a45c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9ff1367 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Copy the full SHA
    ae2a201 View commit details
    Browse the repository at this point in the history
  2. removed new tests

    pyieh committed Aug 23, 2019
    Copy the full SHA
    883ebf0 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Copy the full SHA
    f4237bc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    185c77f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0e96ad4 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. added unit tests

    pyieh committed Nov 20, 2019
    Copy the full SHA
    0ebaee0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3b1b998 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dce6e3a View commit details
    Browse the repository at this point in the history
  4. fixed groovy file?

    pyieh committed Nov 20, 2019
    Copy the full SHA
    01f22a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Copy the full SHA
    a4ce199 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5a46d5a View commit details
    Browse the repository at this point in the history
  3. add print log to debug

    pyieh committed Nov 21, 2019
    Copy the full SHA
    635b63f View commit details
    Browse the repository at this point in the history
  4. update docker container name

    pyieh committed Nov 21, 2019
    Copy the full SHA
    1fa8ec1 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. moved tests to KubernetesDeclarativeAgentTest and updated spacing in …

    …groovy to pickup container yaml
    pyieh committed Nov 22, 2019
    Copy the full SHA
    2c88ebb View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Copy the full SHA
    24ce8c2 View commit details
    Browse the repository at this point in the history
  2. Removed wildcard import

    pyieh committed Jan 14, 2020
    Copy the full SHA
    c5777c1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    166724f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. created specific exception type for invalid docker image, removed unu…

    …sed getJobName method
    pyieh committed Jan 17, 2020
    Copy the full SHA
    47c5965 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    79dd83c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. resolve merge conflicts

    pyieh committed Jan 22, 2020
    Copy the full SHA
    23a970f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    75bcac8 View commit details
    Browse the repository at this point in the history
  3. dummy commit to retrigger build

    pyieh committed Jan 22, 2020
    Copy the full SHA
    33fee99 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Copy the full SHA
    973b6ac View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Copy the full SHA
    01ffb7c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f97b87c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5f84340 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Copy the full SHA
    d736fbf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d3586a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

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