|
Description:
|
Noticed that for each build, jira was sending us apparently duplicate email informing us of the comment. Looking in jira, it looks like every time a build succeeds, it updates the comment once with the previous build id, and then again with the new build id a minute or so later.
Have attached screenshot of comment log in jira, you can see that when build #21 has completed (about 5:26pm on jenkins server), we see in jira:
5:29pm, correct message for commit, but against old build #20
5:31pm, correct message against build #21
#22 completed (about 6:51pm on jenkins server), we see in jira:
6:54pm, correct message for commit, but against old #21 build
6:55pm, correct message against build #22
------------
Using maven project checked out from SVN.
"Update relevant JIRA issues" is the last post-build action configured for project
|