Update content from working group to interest group
Resolves #47 (closed)
Merge request reports
Activity
Deploy Preview for openmobility.eclipse.org is ready [
2 min 2 sec]
Inspect the build logs
Test locally
docker run -it --rm -p 18181:8080 docker.io/eclipsefdn/openmobility-eclipse-org:mr-49--5be4a82-b1and open to http://localhost:18181 Browse the preview: https://preview-49--openmobility-eclipse-org.eclipsecontent.org/
Edited by Web Dev Bot useradded 7 commits
Toggle commit list Deploy Preview for openmobility.eclipse.org is ready [
1 min 59 sec]
Inspect the build logs
Test locally
docker run -it --rm -p 18181:8080 docker.io/eclipsefdn/openmobility-eclipse-org:mr-49--70e2814-b2and open to http://localhost:18181 Browse the preview: https://preview-49--openmobility-eclipse-org.eclipsecontent.org/
Edited by Web Dev Bot user Deploy Preview for openmobility.eclipse.org started.
Inspect the build logs
Deploy Preview for openmobility.eclipse.org is ready [
2 min 8 sec]
Inspect the build logs
Test locally
docker run -it --rm -p 18181:8080 docker.io/eclipsefdn/openmobility-eclipse-org:mr-49--b56a1ba-b4and open to http://localhost:18181 Browse the preview: https://preview-49--openmobility-eclipse-org.eclipsecontent.org/
Edited by Web Dev Bot user Deploy Preview for openmobility.eclipse.org is ready [
1 min 51 sec]
Inspect the build logs
Test locally
docker run -it --rm -p 18181:8080 docker.io/eclipsefdn/openmobility-eclipse-org:mr-49--eeef701-b5and open to http://localhost:18181 Browse the preview: https://preview-49--openmobility-eclipse-org.eclipsecontent.org/
Edited by Web Dev Bot user Deploy Preview for openmobility.eclipse.org is ready [
2 min 25 sec]
Inspect the build logs
Test locally
docker run -it --rm -p 18181:8080 docker.io/eclipsefdn/openmobility-eclipse-org:mr-49--6661af3-b6and open to http://localhost:18181 Browse the preview: https://preview-49--openmobility-eclipse-org.eclipsecontent.org/
Edited by Web Dev Bot user Deploy Preview for openmobility.eclipse.org is ready [
2 min 7 sec]
Inspect the build logs
Test locally
docker run -it --rm -p 18181:8080 docker.io/eclipsefdn/openmobility-eclipse-org:mr-49--4c48fef-b7and open to http://localhost:18181 Browse the preview: https://preview-49--openmobility-eclipse-org.eclipsecontent.org/
Edited by Web Dev Bot user Deploy Preview for openmobility.eclipse.org is ready [
2 min 28 sec]
Inspect the build logs
Test locally
docker run -it --rm -p 18181:8080 docker.io/eclipsefdn/openmobility-eclipse-org:mr-49--62c21fb-b8and open to http://localhost:18181 Browse the preview: https://preview-49--openmobility-eclipse-org.eclipsecontent.org/
Edited by Web Dev Bot user- config/nginx/default.conf 0 → 100644
7 8 location / { 9 rewrite /working-group /interest-group redirect; 10 # redirect /working-group section and all subpages to /interest-group section 11 rewrite ^/working-group/(.*)$ /interest-group/$1 redirect; 12 13 root /usr/share/nginx/html/; 14 index index.html index.htm; 15 } 16 17 # redirect server error pages to the static page /50x.html 18 error_page 500 502 503 504 /50x.html; 19 location = /50x.html { 20 root /usr/share/nginx/html; 21 } 22 } - Comment on lines +1 to +22
@cguindon Any idea why my redirects aren't working in the preview?
The build logs seem to be using some other .conf file, unless it got renamed through the build process?
#6 [2/4] COPY MR-49-nginx-default.conf /etc/nginx/conf.d/default.confhttps://foundation.eclipse.org/ci/webdev/job/public/job/openmobility.eclipse.org/job/MR-49/8/console
Yes, you need to configure the jenkins file to inform the preview framework that you want to use a custom file.
See how I did that for eclipse.org: https://gitlab.eclipse.org/eclipsefdn/it/websites/eclipse.org/-/blob/main/Jenkinsfile#L10
Deploy Preview for openmobility.eclipse.org has failed [
1 min 58 sec]
Inspect the build logs
Restart a deploy now
Edited by Web Dev Bot useradded 1 commit
- a48ebee4 - Test escaping nginx config $ for groovy error
Deploy Preview for openmobility.eclipse.org has failed [
1 min 19 sec]
Inspect the build logs
Restart a deploy now
Edited by Web Dev Bot user