How to get Jenkins to continuously notify the user whenever someone does a commit/push/pull with Mercurial
8 views
Skip to first unread message
Bromus Sumorb
unread,
Mar 11, 2020, 2:56:20 PM3/11/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
In my .hg/hgrc file I have my hooks coded in. This includes changegroup, commit, incoming and tag. However whenever I try doing a commit etc nothing happens. What I have noticed however is that after I do my commit, if I go on the command line and run my wget command then Jenkins will record this moment through its Log. In theory there should be a way for me to do this without me having to go to the command line each time. I was thinking maybe I could write a script for that command but I feel like this should already work since I had written everything in the .hg file.