How to use jenkins effectively?

hello folks, I have been learning these modules and have a question,

I have a python code that connects to database in a cloud and outputs as a flat file. I would like to containerize and schedule this in a K8.

Question is , how can I use Jenkins effectively? Will Jenkins help me automate process of containerization and creating a DockerFile?

Your answers are greatly appreciated :slight_smile:

Hi @pluto3,

Jenkins can’t create the Dockerfile file for you, you need to manage it yourself. But you can use Jenkins to create your container and push it to your register

Regard