This message was deleted.
# prefect-community
s
This message was deleted.
1
a
Hi @M Taufik! We’re currently deploy Prefect flows to Prefect Server with Jenkins. It’s doable, but for us has not been very easy 😅 The biggest issue in our case has been to decouple building flow Docker image from flow register. We don’t want to install Python on Jenkins machine, so we came up with a process that: • save the flow to Prefect default folder inside Docker image • run a register script to register the flow to Prefect server from within the Docker image