Valentin Delaye
Valentin Delaye
Other occurence on this repo https://github.com/jenkins-infra/plugin-modernizer-tool/pull/464/checks?check_run_id=34452658438
Not a maintainer of `job-dsl-plugin` but it's weird for me to hard depends on the `config-file-provider` What about https://github.com/jenkinsci/job-dsl-plugin/blob/e6d655dd5b2874f56af8bf4b99a4d622b752bb98/job-dsl-plugin/src/main/java/javaposse/jobdsl/plugin/ExecuteDslScripts.java#L611 This check if the plugin is installed Also here : https://github.com/jenkinsci/job-dsl-plugin/blob/e6d655dd5b2874f56af8bf4b99a4d622b752bb98/job-dsl-plugin/src/main/java/javaposse/jobdsl/plugin/JenkinsDslScriptLoader.java#L26
Same issue here. The `testcontainers-python` is missing support for `TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX` Because of this we cannot pull from Artifactory and get rate limit from dockerhub `java` and `node` implementation that we...
Hi, Also posted on the Jira ticket. More than happy to test anything if published to the Jenkins release center. Regards,
Apparently from a private plugin. I would also need such integration, but is quite huge work. Also without the help from community or even Atlassian I don't see it coming...
After upgrade from ansible core 2.17.0 to 2.17.1 it break my local modules ```python #!/usr/bin/env python3 from ansible.module_utils.basic import AnsibleModule import yaml .... ``` ``` fatal: [pp_host]: FAILED! => {"changed":...
I'm not sure. I'm not activeley adding feature on this plugin. Just to keep it updated and review contributions if any
Seen also in https://github.com/jonesbusy/oras-java-cli/pull/16 https://github.com/jenkins-infra/plugin-modernizer-tool/pull/960
Possible related to https://github.com/testcontainers/testcontainers-node/pull/729
I think there are other issue related to https://github.com/testcontainers/testcontainers-node/pull/712 on the 10.7.0 release Because If I remove the TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX Containers are also preventing to start ``` [11:33:21.885+02:00] - 2024-04-03T09:33:20.978Z testcontainers...