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)

Gen AI apps are built with MongoDB Atlas

Gen AI apps are built with MongoDB Atlas

MongoDB Atlas is the developer-friendly database for building, scaling, and running gen AI & LLM apps—no separate vector DB needed. Enjoy native vector search, 115+ regions, and flexible document modeling. Build AI faster, all in one place.

Start Free

👋 Kindness is contagious

Explore this insightful write-up, celebrated by our thriving DEV Community. Developers everywhere are invited to contribute and elevate our shared expertise.

A simple "thank you" can brighten someone’s day—leave your appreciation in the comments!

On DEV, knowledge-sharing fuels our progress and strengthens our community ties. Found this useful? A quick thank you to the author makes all the difference.

Okay