Hello there. I have Jenkins with several projects. One project build is triggered correctly already, and during its run it find out many similar tasks that need to be done. You may assume it scans the filesystem for specific files and runs an ant target for each of them. Today this is solved by an foreach task coming from antcontrib.
The problem is that if processing of one such file fails the whole job terminates, and I would like to get notification about the failure but keep processing. So I thought of using the foreach task to just trigger another Jenkins build with parameters that actually processes one file. This way I would get many Jenkins jobs, but the report for parameterized builds would then display nicely which of the files had problems. Now if I do that the triggered job always is displayed as "triggered by anonymous user". Is there any chance to trigger it via REST such that the upstream project information is kept? I could not find anything in the docs or the online REST API help... Best regards Hiran Hiran Chaudhuri System Support Programmer / Analyst Business Development (DB) Hosting & Regional Services (BH) Amadeus Data Processing GmbH Berghamer Strasse 6 85435 Erding T: +49-8122-43x3662 [email protected] amadeus.com IMPORTANT - CONFIDENTIALITY NOTICE - This e-mail is intended only for the use of the individual or entity shown above as addressees. It may contain information which is privileged, confidential or otherwise protected from disclosure under applicable laws. If the reader of this transmission is not the intended recipient, you are hereby notified that any dissemination, printing, distribution, copying, disclosure or the taking of any action in reliance on the contents of this information is strictly prohibited. If you have received this transmission in error, please immediately notify us by reply e-mail or using the address below and delete the message and any attachments from your system. Amadeus Data Processing GmbH Geschäftsführer: Dr. Wolfgang Krips Sitz der Gesellschaft: Erding HR München 48 199 Berghamer Strasse 6 85435 Erding Germany -- 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]. For more options, visit https://groups.google.com/d/optout.
