php - Jenkins Deployment Not Visible -


i have created build via jenkins successful. changes still not visible.

do need point domain /var/lib/jenkins/workspace/project ?? tried doing gives 403 error

jenkins no repository viewer, not provide functionality - need install one.

however there plug-ins available allow linking them withing jenkins:

  • you can allow browsing current working dir. doesn't give changes, though, current state.
  • you can use plug-in allows link build corresponding revisions in repository viewer (e.g. mercurial plugin allows link kinds of vcs viewers support mercurial, similar available other vcs, too)

Comments