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

jenkins-controller: Initial Jenkins configuration #82

Merged
merged 3 commits into from
Feb 26, 2024

Conversation

henrirosten
Copy link
Collaborator

@henrirosten henrirosten commented Feb 23, 2024

  • Configure Jenkins: install pipeline and github plugins, allow anonymous read access, disable setup wizard, install packages required by Jenkins pipeline.
  • Configure build pipeline job based on the pipeline script now maintained in a separate repo at: https://github.com/tiiuae/ghaf-jenkins-pipeline.
  • Deploy caddy reverse proxy, redirecting public HTTPS requests to jenkins service on the jenkins-controller VM. No need to open port 80 as caddy can deploy let's encrypt certificates using tls-alpn-01 (over HTTPS).
  • Adds a 'persistent' state disk on jenkins-controller VM to store let's encrypt data for caddy.

- Configure Jenkins: install pipeline and github plugins,
  allow anonymous read access, disable setup wizard, install packages
  required by Jenkins pipeline.
- Configure build pipeline job based on the pipeline script now
  maintained at: https://github.com/tiiuae/ghaf-jenkins-pipeline

Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
Deploy caddy reverse proxy, redirecting public HTTPS requests to
jenkins service on the jenkins-controller VM. No need to open port 80
as caddy can deploy let's encrypt certificates using tls-alpn-01
(over HTTPS).

Also, adds a 'persistent' state disk on jenkins-controller VM to store
let's encrypt data for caddy.

Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
@henrirosten henrirosten requested a review from a team February 23, 2024 12:52
@henrirosten henrirosten marked this pull request as ready for review February 23, 2024 12:52
Stop terraform from tracking workspace-specific persistent resources.

Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
@henrirosten henrirosten merged commit e2c0783 into main Feb 26, 2024
2 checks passed
@henrirosten henrirosten deleted the wip-initial-jenkins-config branch February 26, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants