jenkinsci / JenkinsPipelineUnit

Framework for unit testing Jenkins pipelines
MIT License
1.55k stars 396 forks source link

Add support for the `encoding` parameter of the `libraryResource` step #669

Closed axieum closed 3 months ago

axieum commented 4 months ago

What feature do you want to see added?

To see the encoding argument supported by the libraryResource step that was introduced as part of JENKINS-52313.

Upstream changes

JENKINS-52313

https://github.com/jenkinsci/pipeline-groovy-lib-plugin/blob/e832a9244dfa4c5f812d2f254869e72dc8e7052a/src/test/java/org/jenkinsci/plugins/workflow/libs/ResourceStepTest.java#L166-L188

Are you interested in contributing this feature?

Yes, I will raise a PR soon.