Daniel Beck
Daniel Beck
### Problem with this page [Performing a Plugin Release manually](https://www.jenkins.io/doc/developer/publishing/releasing-manually/) page[source file](https://github.com/jenkins-infra/jenkins.io/tree/master/src/content/doc/developer/publishing/releasing-manually.adoc) ### Expected behavior Instructions and screenshots match actual UI ### Actual behavior They don't ### Possible solution Fix...
Problem with the [Managing Nodes](https://www.jenkins.io/doc/book/managing/nodes/) page, [source file](https://github.com/jenkins-infra/jenkins.io/blob/master/content/doc/book/managing/nodes.adoc) All of this is wrong: > The Jenkins controller itself runs on a special built-in node. It is possible to run agents...
Untested (waiting for deployment).
Per @janfaracik > > What underlying principle motivates this change? It does not seem to be justified by https://weekly.ci.jenkins.io/design-library/AppBar/ > > It'd align more so with https://weekly.ci.jenkins.io/design-library/Layouts/ 'Don't include actions...
### Describe your use-case which is not covered by existing documentation. https://weekly.ci.jenkins.io/design-library/Tooltips/ does not mention that the behavior of `tooltip` has changed over time. As a result in invites developers...
https://github.com/jenkinsci/plugin-pom/blob/91ff1d280dc3a773334b5c62872b63e004e01918/pom.xml#L360-L362 It would be nice if commonly depended on plugins providing types exposed through dependent plugins (`cloudbees-folder`, `branch-api`, `scm-api`, `git`, etc.; `mailer` and `matrix-auth` probably not because of packages shared...
https://github.com/jenkins-infra/mirror-scripts/blob/8ee32b77054e22d062719749bbdd3d8ed6510c57/sync-recent-releases.sh#L21-L23 This check is always false, because an empty file will result in `/`. ``` >> Update artifacts on get.jenkins.io / Uploading / 2023-03-08 15:09:17.722 DEBUG - credential: account=prodjenkinsreleases endpoint=core.windows.net...
Many plugin developers started putting their classes directly in `io.jenkins.plugins`. Even if the archetype is not flexible enough to create a real package based on the plugin name, a placeholder...
Followup to https://github.com/jenkinsci/jenkins/pull/9185#issuecomment-2070913850: Make it clearer, through formatting, that "admin" is a username and not just referring to an administrator account. If tentatively accepted, will update localizations (where possible, when...
Thoughts about this simplification in the label? Pros: * It's simpler * No weird _'_ at the end of _Jenkins_ ([that can easily be missed](https://github.com/jenkins-infra/jenkins.io/pull/7166#discussion_r1517398190)) Cons: * It could more...