ikedam commented on Bug JENKINS-22002

With variables in job names, you need to take care of access permissions to jobs where artifacts copy from.

  • Is your Jenkins secured? (that is, requires id and passwords to access)
  • Did you also use variables when you successfully copied artifacts from a job in the same folder? or you mean your job works correct when you specify a job in the same folder with AO_UPSTREAM_JOB_NAME?

You need one of followings to allow to copy an artifact when using variables.

  • Allow anyone (even ones without authentication) to read the job with artifacts to copy.
  • Install Authorize Project plugin, and authorize the copying job as a user who can access to the job with artifacts.
  • Specify jobs who can copy artifacts in the configuration page of the job with artifacts.

Do you already apply any of them?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to