-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
CopyArtifact 1.26, 1.27
- Install CopyArtifact 1.25.
- Create a multi-configuration project like this:
- project name: matrix
- axis1:
- Type: User-defined Axis
- Name: which
- Values: one two
- Create another matrix-configuration project
- project name: matrix-copier
- axis1:
- Type: User-defined Axis
- Name: which
- Values: one two
- Configure CopyArtifact in matrix-copier like this:
- Project name: matrix/which=${which}
- Upgrade CopyArtifact to 1.26 or later.
- Run a build for matrix-copier.
- Configuration of CopyArtifact in matrix-copier is upgraded like this:
- Project name: matrix
- Parameter filters: which=${which}
- is related to
-
JENKINS-17680 Upgrade to new Copy Artifacts version erases all job names to copy from
- Closed