...

The artifacts to deploy (the REST application and Swagger UI) can either be produced manually from source code (see below - Installation guide), downloaded from Nexus, or retrieved from Jenkins.

SVN

Please notice that the Swagger UI web service is not a Java project, but a collection of HTML, Javascript and CSS. 

Jenkins

Jobs are set up to do continuous integration. The artifacts produced from a build are placed in given the job's "Workspace" (Arbejdsområde) page, in the folder "target":

 

Nexus

Our Jenkins jobs are configured to deploy to Nexus. There, you can find both the source code and the artifacts produced from the build.

...

TODO: Swagger installation guide.

Verify installation

In your browser, enter URL "http://cdrtestqf1:8080/swagger-ui/?url=http://<your server and port>/api/swagger.json"

...