Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix web site build job #3666

Merged
merged 2 commits into from
Nov 28, 2024
Merged

Fix web site build job #3666

merged 2 commits into from
Nov 28, 2024

Conversation

sophokles73
Copy link
Contributor

The web site Jenkins build job had been failing sporadically. It seems like this was because of too little memory available on the JNLP container. The memory has been increased to 1GB to address this.
Also, the build job has been changed to use Hugo 0.123.8 which is the last Hugo version that is compatible with the used Hugo themes.

@sophokles73
Copy link
Contributor Author

@calohmn would you mind taking a look?

Copy link
Contributor

@calohmn calohmn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Also increased memory of JNLP container to 1GB because the original
512MB seems to have caused sporadic failures to execute the job.
Removed deprecated -v flag.
Also added options for specifying Hugo executable and target directory
to Unix site build script.
@sophokles73 sophokles73 merged commit 6d92611 into master Nov 28, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants