[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Custom URL link in condor notification email ?



On 7/20/07, Cline, Danelle <dcline@xxxxxxxxx> wrote:
Does anyone know if  there a way to embed a URL link in the email condor sends when a job is complete  ?  E.g. if one wanted to place a link to processed data ?


You can use the EmailAttributes setting - they don't appear to be
properly documented,
so this might be as good as the documentation gets:

http://www.cs.wisc.edu/condor/manual/v6.7.18/8_3Development_Release.html

and

https://lists.cs.wisc.edu/archive/condor-users/2005-March/msg00381.shtml

If you know where the output is going to go, you could set something like

+link_to_output = "http://www.yoursite/com/job-xxxx/output";
+EmailAttributes = link_to_output

in your submit file.


~Danelle

_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/