There is one job which refreshes sources from SVN and builds these sources.
After build this job sends notification about build to committers.
Then this job triggers second job using "Trigger parameterized build on other projects" plugin.
Second job did not refresh from SVN anything. It just run some tools using classes compiled by the first job.
I need to send notification to the committers if second job will be failed.
Is it possible to pass committers from the first job to the second?
Asked
Active
Viewed 147 times
1

Volodymyr Bezuglyy
- 16,295
- 33
- 103
- 133
-
I'm not sure what you want is possible. You may have to combine both jobs into one. – Bernard Dec 29 '11 at 19:43
1 Answers
0
I use Blame Upstream Committers plugin. Currently it works properly only when the Parametrized Build plugin is invoked as a Post-Build Action, not as a build step (due to a bug in the Parameterized Build plugin which is being claimed to have been fixed, but not released, yet).

malenkiy_scot
- 16,415
- 6
- 64
- 87