|
Hi,
i am have been using perforce plugin for integration with SCM. I have some issue with the plugin.
1:Email integration
I use Email-ext plugin and tring get complete changelist history in mail with revision no and workspace as display on build home page.
Exam: (Expected to be in e-mail)
Changes
1436416 by umashankar@umashakar-test on Jan 10, 2013 8:44:54 AM
Forcing a build
Affected Files:
//myproject/src/test/java/control.java(#16)
But i have used some keyword to get this things in email like:
List of changed file(s):
${CHANGES, showPaths=true}
${CHANGES_SINCE_LAST_SUCCESS, showPaths=true}
And output is:
List of changed file(s):
[umashankar] Updates
src/test/java/control.java
Changes for Build #16
[umashankar] Updates
src/test/java/control.java
It is missing the full path, revision number, changelist workspace.
2: P4 changelist->
I want to capture highest changelist number from changes, I have tried P4_CHANGELIST variable, but this does give any thing. Could you please let me know if there are any other variable which has Last changlist or Higest changelist number.
Early reply would be much helpful.
Thank you.
|