Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Custom docker img

Hi Olivier,

I think you need to use a custom kubernetes agent to define a pod that contains your container.
Here is an example of how to declare it in a Jenkinsfile: https://wiki.eclipse.org/Jenkins#How_do_I_run_my_build_in_a_custom_container.3F

HTH

Back to the top