-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins 1.609.2
Copy Artifcat 1.35.2
Workflow 1.10-beta1
Authorize Project 1.1.0
If you have a secured environment that does not grant anonymous access to build artifacts then it is impossible to use copyArtifact in a workflow step even when setting the workflow to run as a user that has administration rights.
ERROR: Unable to find project for artifact copy: producer This may be due to incorrect project name or permission settings; see help for project name in job configuration.
Attached is a Jenkins home with 2 jobs that demonstrates the issue.
the username is "admin" with password "admin" - *note* all plugins will need to be installed.
- is blocking
-
JENKINS-25879 Output not copied promptly when using synchronous steps
-
- Resolved
-
- links to
Code changed in jenkins
User: Jesse Glick
Path:
CHANGES.md
aggregator/src/test/java/org/jenkinsci/plugins/workflow/WorkflowTest.java
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/AbstractSynchronousNonBlockingStepExecution.java
http://jenkins-ci.org/commit/workflow-plugin/2c70e4f31f141920e28569e1fbe9d5b71330e5d2
Log:
[FIXED JENKINS-30122] AbstractSynchronousNonBlockingStepExecution neglected to pick up the build’s authentication.