Warning: this build has no associated authentication, so build permissions may be lacking, and downstream projects which cannot even be seen by an anonymous user will be silently skipped
ERROR: Cannot schedule the build of FirstOtherJob from InitialJob #25. The authenticated build user anonymous has no Job.BUILD permission
ERROR: Cannot schedule the build of SecondOtherJob from InitialJob #25. The authenticated build user anonymous has no Job.BUILD permission
The configuration I want is:
- Authenticated users can build any of the jobs
- Anonymous users can view the job status but can not build the jobs
- Scripts that trigger the build remotely can build the initial job and as a result, build the other jobs too
The first two points are working fine, it's the third point that I'm having difficulties with.
Any suggestions?
Thanks!