perforce - how to capture jenkins changelist between two successful build -
my requirement perforce change-list details last successful build latest successful build.
for eg: have jenkins builds below
job1:build#112 - successful
job1:build#113 - failed
job1:build#114 - failed
job1:build#115 - successful
i want jenkins show p4 change-list in build#115 went in build#113 , build#114 . jenkins show p4 change-list between last 2 build regardless of failure or successful build. need generate report particular successful build has these many p4 check-ins.
i assuming change-list mean diff of configs between 2 successive build's.
for have jobconfighistoryplugin can see config changes in gui , can revert previous build config. hope helps.
edit:
did try perforceplugin or p4plugin ?
Comments
Post a Comment