-
New Feature
-
Resolution: Fixed
-
Major
-
None
For details, see JENKINS-14999.
Add an option to ignore access permissions (that is, allow to access) when copying artifacts.
This should be designed to work only when the project copied from is configured to allow it.
- Add a new job property to specify projects whose builds are allowed to access artifacts of the project.
- If that job property is configured, decide whether to copy the artifact depending on that configuration.
- is related to
-
JENKINS-14999 Copy Artifact plugin: Unable to find project for artifact copy when using a build parameter
-
- Closed
-
-
JENKINS-21821 Write documents to copying permission
-
- Closed
-
QueueItemAuthenticator (was ProjectAuthenticator) may conflicts with this idea. See e3a1a78f for details about QueueItemAuthenticator.
But QueueItemAuthenticator is not so easy to use as configurations of QueueItemAuthenticator should be allowed to change only by administrators.