shayan477/html-jenkins-pipeline — reverse-engineered prompt
Reverse engineered prompt
Build me a small static website using plain HTML, CSS, and a little JavaScript, and set it up so Jenkins can run it automatically. I want it to feel like a simple demo project that someone can open locally, but also use to show a working pipeline for a basic front end site. The page should look clean and modern, work well on mobile and desktop, and include a few normal sections like a header, some main content, and a footer, with a bit of light interactivity.
Please also create a Jenkins pipeline that pulls the code, runs any simple checks that make sense for a static site, and then publishes or archives the site so the build output is easy to verify. Keep the whole thing lightweight, readable, and beginner friendly, since this looks like a small sample project rather than a big app. If anything is unclear, make sensible choices and keep the setup simple. You can look up current Jenkins examples online if you need to.
Want more depth? Deep Reverse