DEV Community

Dye For Me
Dye For Me

Posted on

Can a Python Server (Serving HTML with Jinja2) Interact and Modify Files in a Jenkins Pipeline?

I have a setup that works locally and involves the following:

  • A Python server running on localhost:8000, which serves an HTML file using Jinja2 templates.
  • The HTML file is rendered and served by the Python server itself.
  • When I perform an action (e.g., clicking a button) in the HTML fileโ€ฆ

Top comments (0)