Skip to content

eclipse-sw360/sw360.website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

328c4fb · Mar 21, 2025
Feb 14, 2024
Jun 22, 2022
Mar 21, 2025
Oct 8, 2018
Apr 10, 2024
Mar 10, 2025
Dec 22, 2023
Jun 22, 2022
Jun 30, 2022
Apr 10, 2024
Oct 8, 2018
Oct 8, 2018
Sep 28, 2022
Mar 14, 2025
Dec 22, 2023
Jun 22, 2022
Jun 22, 2022
Dec 22, 2023
Dec 22, 2023

Repository files navigation

sw360.website

The website is based on the Hugo static page generator. All relevant source files can be found at github/sw360.website (https://github.com/eclipse/sw360.website). The page is published at eclipse.org/sw360 and build with a jenkins job, which is configured in a jenkins file in the repository of the website.

If you want to add content to the page, please checkout the git repository (https://github.com/eclipse/sw360.website.git) and add your content.

The page will be build as soon as you push to upstream main branch. There is also a staging area at the Eclipse Foundation page at staging.eclipse.org/sw360, which is protected by your Eclipse Foundation user credentials and filled with the content that is fund at the staging branch in https://github.com/eclipse/sw360.website. If you want to check out your changes first, just push to the staging branch. The content is published the same way as with the main branch.

The jenkins instance is operated by the Eclipse Foundation and can be found here: https://jenkins.eclipse.org/sw360/job/sw360.website/. The result of the jenkins build is pushed to: http://git.eclipse.org/c/www.eclipse.org/sw360.git.

The jenkins jobs looks every 15 minutes after changes on the repository. If it detects changes it will start the hugo build and copy the generated static html files to git.eclipse.org. From there another job fetches the files and copies them to the actual static webspace of the Eclipse Foundation.

Docker local live testing

If you have docker installed on your system, you can test in realtime all changes.

In a terminal, run:

bash docker_serve_local.sh

then open your browser on following URL:

http://localhost:1313/sw360

All changes done in code will be refreshed in real time on the browser