Valentin Delaye

Results 104 comments of Valentin Delaye

If I rollback to pip `23.2.1` everything is back to normal At the end I'm not sure what should be fixed where (pip ? pip-tool ?) I tried to play...

I confirm also with latest using pip-tools 7.4.0, pip 24.0 and latest renovate 37.218.0 I don't see anymore any compatiblity issue. Thanks!

But I guess it happen because no plugin depends yet on `token-macro 400.v35420b_922dcb_`. But installation manager download latest version available which depends on `json-path-api` which is not pulled and failed...

Jenkins core and plugins are now depending on SnakeYAML 2: https://plugins.jenkins.io/snakeyaml-api/ Plugin need to be adapted and refreshed

Most likely abandoned. Anyone is free to adopt it a maintain it and make it evolve I will at at least to make it work with recent Jenkins version, but...

@slide I adopted it few month ago because it was abandoned and broken because of outdated dependencies (SnakeYAML etc...) I'm now maintainer of it just to keep it in a...

Superseded by https://github.com/excalidraw/excalidraw/pull/8016

Don't use directly Jenkins internal like `hudson.util.Secret`. It will bypass the sandbox There are some test/example on how to use extra vars https://github.com/jenkinsci/ansible-plugin/tree/main/src/test/resources/pipelines ``` ansiblePlaybook( playbook: 'playbook.yml', extraVars: [foo: 'bar'],...

I don't think passing JSON --extra-vars was ever supported on the plugin. Feel free to submit a PR