Is "parameter filter" supported in Job DSL plugin? What I am trying to do is to copy artifacts from another project when the build parameter task_id
has the same value as the current project, e.g.
- Build step: Copy artifacts from another project
- Project Name : SomeJob
- Which build : Latest successful build
- Parameter filters :
task_id=${task_id}
In Job DSL documentation, the following contexts are supported but I don't find "parameter filter":
- includePatterns
- excludePatterns
- targetDirectory
- flatten
- optional
- buildSelector
Thanks!