Allan Burdajewicz

Results 23 issues of Allan Burdajewicz

Addresses https://github.com/jenkinsci/docker-plugin/issues/712. Infer the registry URL from image name using the [org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint#fromImageName](https://javadoc.jenkins.io/plugin/docker-commons/index.html?org/jenkinsci/plugins/docker/commons/credentials/DockerRegistryEndpoint.html)

enhancement

[JENKINS-53866](https://issues.jenkins-ci.org/browse/JENKINS-53866) Provide the ability to modify the image qualified name through the `docker.tag` and `docker.push` function.

Fixes [JENKINS-60738](https://issues.jenkins.io/browse/JENKINS-60738) caused by changes introduced in https://github.com/jenkinsci/github-plugin/pull/221. Databinding of `hookUrl` is not working properly, per my understanding because the `DataboundSetter` [setHookUrl(String hookUrl)](https://github.com/jenkinsci/github-plugin/blob/v1.37.0/src/main/java/org/jenkinsci/plugins/github/config/GitHubPluginConfig.java#L117-L118) accepts a `String` but the field is...

# Description [JENKINS-66661](https://issues.jenkins.io/browse/JENKINS-66661): The "Collaborators" and "From users with Admin or Write permission" trust strategies of the PR from Fork traits are breaking Indexing / event mechanism / Jenkinsfile retrieval...

* JENKINS issue(s): * [JENKINS-70808](https://issues.jenkins.io/browse/JENKINS-70808) * Description: * Add a method to specifically check if a stage is restartable that will return as soon as one is found and will...

### Jenkins and plugins versions report Environment ```text * core: 2.387.3 * opentelemetry:2.11.0 * workflow-api:1208.v0cc7c6e0da_9e * workflow-cps:3653.v07ea_433c90b_4 * workflow-job:1289.1291.vb_7c188e7e7df * workflow-support:839.v35e2736cfd5c ``` ### Issue Jenkins shows a deadlock between open-telemetry...

bug

See [JENKINS-72622](https://issues.jenkins.io/browse/JENKINS-72622). The parameter `type` is quite generic. For example it conflict with one of the AmazonEC2Cloud form attribute. proposing to use more specici attribute `cloudDescriptorName` to fix this and...

Noticed this issue while troubleshooting an instance. **Describe the bug** The "Enable Artifactory Trigger" can sometimes take a long time to return and eventually impacts the entire Jenkins cron mechanism....

bug

Actually move them to trilead-api, see https://github.com/jenkinsci/trilead-api-plugin/pull/147. ### Testing done ```[tasklist] ### Submitter checklist - [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not...

maintenance

…ows Configuration [JENKINS-66465]https://issues.jenkins.io/browse/JENKINS-66465): * Allow selection for more implementations of SSHUserPrivateKey as as far as I understand this is supported. * Refactor the usage `StandardListBoxModel` to not using deprecated APIs...