Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 771 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 771 Bytes

Deploy Prefect Using Jenkins

Description

This repository provides a template for deploying Prefect flows using Jenkins and Docker. The setup automates the building, pushing, and deploying of Docker images containing Prefect flows, streamlining continuous integration and delivery workflows.

Usage

  1. Install Cookiecutter:

    pip install cookiecutter
  2. Generate the Project Template:

    cookiecutter https://github.com/zotko/jenkins-prefect-deployment.git

    Follow the prompts to customize your project:

    • project_name: Name of your project.
    • flow_name: Name of your Prefect flow.
    • pool_name: Name of your Prefect work pool.

License

This project is licensed under the MIT License.