|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Paul,
We have some use cases there we need to get files according to specific change list.
1. Developer wants to perform tests on private build and supplies change list from his private stream( not necessary latest CL)
2. Build fails and system wants to binary search between latest good CL and broken one to find who broke a build
3. Child Job wants to get same version as Parent job( submit may happens between )
Currently, we are using Perforce plugin(https://wiki.jenkins-ci.org/display/JENKINS/Perforce+Plugin) which supports a use case by using "P4 Label" configuration field of the perforce plugin. P4 Label accepts as Labels as ChangeLists
Thanks
Ilia