benebsiny
benebsiny
See [JENKINS-69032](https://issues.jenkins.io/browse/JENKINS-69032).  Form validation and "Reset to default" button are implemented. ### Proposed changelog entries * Add a "Reset to default" button to reset update site url to default....
Users can search builds by display name. Besides, users can search them that cross different projects. See [JENKINS-65351](https://issues.jenkins-ci.org/browse/JENKINS-65351). **Search for the build**  **Search for the builds that cross...
See [JENKINS-69537](https://issues.jenkins.io/browse/JENKINS-69537). There are 2 errors occurred after the widget collapsed. 1. As described in the Jira, the `#properties` element was hidden (null) when the widget was collapsed. Therefore, the...
See [JENKINS-69183](https://issues.jenkins.io/browse/JENKINS-69183). ### Step to reproduce: ### Case 1 (related to current issue): 1. Install the old version of `git` plugin. 2. Disable `git`. 3. Update `git`. **Result**: * `git`...
See [JENKINS-68194](https://issues.jenkins.io/browse/JENKINS-68194). Delete the `.disabled` files when uninstalling the plugin, so the disabled status will be cleared. ### Proposed changelog entries - Delete `.disabled` files when uninstalling a plugin ###...
The part of console is still white,is there any way to solve this problem? 
See [JENKINS-67197](https://issues.jenkins.io/browse/JENKINS-67197). Continuing #6043, users will be redirected to the job page after clicking the "Proceed" button, and this redirection is done in the backend. ### Testing done ### Proposed...
Fixes #7849 This PR implements `gh project link` command. Here are some examples: ```bash # Link project to a repo gh project link 1 --repo my-repo # Link project to...
`Ctrl+Shift+I` opens devtools by default in Electron. However, we must put `w.OpenDevTools()` to open the devtool in go-astilectron. Is it possible to make that combination key to open the devtools?