jenkins-infra / stats.jenkins.io

Revamped Jenkins Infra Stats Website as a part of GSoC 2024
https://new.stats.jenkins.io
3 stars 4 forks source link

feat: dedicated previews pipeline #53

Closed lemeurherve closed 5 days ago

lemeurherve commented 5 days ago

This PR adds an infra.ci.jenkins.io pipeline dedicated to previews that can be triggered by any contributor even if they don't have write permission on the repository.

Note: the trade-off here is the duplication of the "Install dependencies" and "Build" stages between Jenkinsfile & Jenkinsfile_previews.

Needs:

Ref: