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

Generalize Jenkins container command validation #199

Closed
pawelprazak opened this issue Nov 15, 2019 · 1 comment
Closed

Generalize Jenkins container command validation #199

pawelprazak opened this issue Nov 15, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@pawelprazak
Copy link

pawelprazak commented Nov 15, 2019

To allow for various versions of jenkins container, we need to change validation of the master container command to only check for prefix:

  - command:
    - bash
    - -c
    - /var/jenkins/scripts/init.sh && ...

and make sure that signals are propagated(to kill the process correctly).

@tomaszsek
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants