Jenkins and urls - gh05tdog/DAPM_Master_Thesis_Group_D GitHub Wiki
- Jenkins is running on our VM on http://se2-d.compute.dtu.dk:8080/ (requires vpn)
- Login credentials are posted on the discord server.
- Jenkins deploys the backend by using
docker compose
.- http://se2-d.compute.dtu.dk:5000/swagger/index.html (requires vpn) for clientapi
- http://se2-d.compute.dtu.dk:5001/swagger/index.html (requires vpn) for peerapi
- http://se2-d.compute.dtu.dk:5002/swagger/index.html (requires vpn) for accesscontrolserviceapi
- Jenkins deploys the frontend by using
docker compose
.- http://se2-d.compute.dtu.dk:80 (requires vpn)
- Jenkins runs the e2e tests.
- You will manually have to go to Jenkins and run the build script when there are changes on main.