Hi! I have a job that has the "*Trigger builds remotely (e.g., from scripts)*" option enabled. Within that job, I use "*Trigger parameterized build on other projects*" to kick off some other jobs. This used to work fine. Now, the initial job works fine, but I'm getting these errors at the end:
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! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/d066a8e6-3eda-4b5a-830c-f49328918f7e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
