0

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!

StephenKing
  • 36,187
  • 11
  • 83
  • 112
Rongrong
  • 3
  • 1

1 Answers1

1

It seems that this is not yet supported by Job DSL, but a pull request changing this has been submitted 2 hours ago.

StephenKing
  • 36,187
  • 11
  • 83
  • 112