jenkins-infra / helpdesk

Open your Infrastructure related issues here for the Jenkins project
https://github.com/jenkins-infra/helpdesk/issues/new/choose
17 stars 10 forks source link

Request Temporal "Admin Read" Access for https://ci.jenkins.io/ #4095

Closed carlosrodlop closed 4 months ago

carlosrodlop commented 5 months ago

Service(s)

ci.jenkins.io

Summary

I'm planning to do a Talk on https://www.meetup.com/es/cloud-native-sevilla/ on 30th May with the title "Cloud Friendly Jenkins".

I would like to use https://ci.jenkins.io/ to present things like snippets configuration, agents builds, etc.

Reproduction steps

No response

dduportal commented 5 months ago

Hi @carlosrodlop , let's get started with a few (public) elements that can be used or referred to about the Jenkins infra and our usage of Jenkins with some "Cloud Native" systems:

Capture d’écran 2024-05-29 à 14 01 27 Capture d’écran 2024-05-29 à 14 01 38 Capture d’écran 2024-05-29 à 14 02 12 Capture d’écran 2024-05-29 à 14 02 22 Capture d’écran 2024-05-29 à 14 02 37
dduportal commented 5 months ago

Additionnaly, if you have a Jenkins LDAP account, you can log in on ci.jenkins.io and check the build output (expected to be public for contributors).

Default for plugins is to be built inside pod agents so you can check the Pod YAML in the build output:

Capture d’écran 2024-05-29 à 14 04 18 Capture d’écran 2024-05-29 à 14 04 42 Capture d’écran 2024-05-29 à 14 04 54 Capture d’écran 2024-05-29 à 14 05 01
dduportal commented 5 months ago

Another "Cloud Native" tool we use is Docker Bake: it allows us to build multi platform Docker images for Jenkins (Controller and agents) at once (by platform we mean not only the usual Linux x86_64 and arm64, but also numerous Windows container images, Linux s390x CPU, etcs.)

Capture d’écran 2024-05-29 à 14 06 33
dduportal commented 4 months ago

Thanks for the CNCF talk @carlosrodlop 👏