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

Improve compatibility with jenkins docker-plugin #63

Merged
merged 8 commits into from
Mar 1, 2021
Merged

Improve compatibility with jenkins docker-plugin #63

merged 8 commits into from
Mar 1, 2021

Commits on Sep 4, 2020

  1. Add some logging for parameter transparency

    Barrett Lewis committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    c3afbf9 View commit details
    Browse the repository at this point in the history
  2. Output windows sshd logs in container logs

    this is more consistent with how the linux script
    outputs ssh activity via non-detatched sshd
    Barrett Lewis committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    1db3545 View commit details
    Browse the repository at this point in the history
  3. Ignore docker-plugin default sshd command

    Barrett Lewis committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    d0588b7 View commit details
    Browse the repository at this point in the history
  4. Move envvar export before potentially running arbitrary command

    even if you do want to run an arbitrary command, making
    environment variables available is probably good or
    atleast doesn't hurt.  Especially if that command happens
    to be some uncaught variant of sshd
    Barrett Lewis committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    89fb4d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Configuration menu
    Copy the full SHA
    3c5e086 View commit details
    Browse the repository at this point in the history
  2. Add windows tests for env pubkey and docker-plugin default arg

    Barrett Lewis authored and Barrett Lewis committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    f44d3a5 View commit details
    Browse the repository at this point in the history
  3. Add linux test for docker-plugin default arg

    Barrett Lewis authored and Barrett Lewis committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    fd4aa76 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Handle quoted and unquoted forms of docker-plugin command

    Barrett Lewis committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    7b58a4a View commit details
    Browse the repository at this point in the history