Jenkins部署不可见

I have created a build via Jenkins which was successful. But my changes are still not visible.

Do I need to point my domain to /var/lib/Jenkins/workspace/project ?? However I tried doing that it gives a 403 error

Jenkins is no repository viewer, thus does not provide that functionality itself - you need to install one.

However there are plug-ins available which allow linking to them from withing Jenkins:

  • You can allow browsing the current working dir. But that doesn't give you any changes, though, just the current state.
  • You can use a plug-in which allows to link the build to the corresponding revisions in your repository viewer (e.g. the mercurial plugin allows to link to all kinds of VCS viewers which support mercurial, similar is available for other VCS, too)