Can you start Maya from command prompt manually, without Jenkins? If not what is the error you get , if you get one?
On Aug 14, 2017 8:52 AM, "Benjam901" <[email protected]> wrote: > I found the file in question *"C:/Program Files > (x86)/Jenkins/jobs/publish_package_on_p4_check_in/builds/changelog.xml" *and > have set up my process to iterate files in the changelists found in this > file, my process polls every minute checking for changes. > > I then run a post build job based on if Maya files are found in any > changelist I then exit with an exit code that triggers a post build script. > > My post build script runs a new batch process that is supposed to boot > Maya and pass in a script to run on boot but I cannot get Jenkins to run > Maya. It get to the execution line and just hangs until I kill the process, > is there a way to sucessfully boot a window exe like Maya through Jenkins? > I feel I may be missing something. > > Cheers, > > Ben > > On Saturday, 12 August 2017 03:31:13 UTC+2, ynedelin wrote: >> >> 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/ms >> gid/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/21e3fd7d-9a5a-44ff-96a9- > 7b5cd94c4860%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/21e3fd7d-9a5a-44ff-96a9-7b5cd94c4860%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/CACqGScj%2BLZJw3r2wEA7Wc1q5PZz24-AeTr4jDk4Ja8u1uTCE%3DQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
