-
Improvement
-
Resolution: Unresolved
-
Major
-
Jenkins 1.596.2
CopyArtifact Plugin 1.35
In JENKINS-24626, we agreed to create a "Downstream build of" build selector.
This works in the case that you always want to use the Last successful build which matches the upstream project.
IMHO, the "Downstream build of" selector should be additional to the other build selectors.
E.g. In our build environment we (mostly) need the case where we want to select:
- The Last promoted build
- From a Job which has is a "Downstream build of" a given configuration
- Possibly some other "Parameter filters"
So, I think we actually have three selections which can be combined (independently):
- Build status ("Last successful build", "Last saved build", ...)
- Build sources (i.e. "Downstream build of")
- Build parameters (i.e. "Parameter filters")
The first two should be configurable as "build parameters" for Copy Artifact Plugin:
- Build status via parameter: *Build selector for Copy Artifact"
- Build source via parameter: *Source selector for Copy Artifact"
- is related to
-
JENKINS-24890 BuildFilter-based configuration for Copyartifact
- Closed