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)

Your Python stack deserves better infra

Your Python stack deserves better infra

Stop duct-taping user flows together. Manage auth, access, and billing in one simple SDK with Kinde.

Get a free account

👋 Kindness is contagious

Take a moment to explore this thoughtful article, beloved by the supportive DEV Community. Coders of every background are invited to share and elevate our collective know-how.

A heartfelt "thank you" can brighten someone's day—leave your appreciation below!

On DEV, sharing knowledge smooths our journey and tightens our community bonds. Enjoyed this? A quick thank you to the author is hugely appreciated.

Okay