P4 will create an xml file with full sync log for each build. Look for it in Jenkins root. I will send you exact location later after I get in front of a computer if you can not find it.
On Aug 11, 2017 5:31 AM, "Benjam901" <[email protected]> wrote: Hello all, I am having trouble with my Jenkins build at the moment. I have successfully set it up so that the P4 polling SCM is working correctly on my specified directories which is good but the snag is getting the changelists out into a separate build script. *Here is my proposed workflow:* Poll every minute checking for changes in specified P4 dirs. If changes are found run build and gather changelists. Pass changelists to new build that runs python script to filter and run processes on files etc. *The snag:* The image below shows the summary of changes, I would like to be able to get all changelist numbers and pass them to my python filtering script. I have tried using P4_CHANGELIST in my console execution but it only returns the latest change not all three as the image below illustrates. Cheers, Ben <https://lh3.googleusercontent.com/-cZ8KU5vbxFU/WY2jMgtWJ6I/AAAAAAAAD6c/pzho_YBMA1Y2rbouqK9cBSHC2nD5Co4PQCLcBGAs/s1600/jenkins.png> -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/ msgid/python_inside_maya/1b05f7ba-5881-4794-8c9c- a8d02edbacd9%40googlegroups.com <https://groups.google.com/d/msgid/python_inside_maya/1b05f7ba-5881-4794-8c9c-a8d02edbacd9%40googlegroups.com?utm_medium=email&utm_source=footer> . For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CACqGSch%2BjSOvPDOBJ_MC2XbtmRjoe19KhQbCdUBamRFkMC%2BLtg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
