Hi, I did a configuration of a job that depends on another repo. I want to build and run the tests when I do a pull request on repo X, but the behavior of the job is this:
Grabs the last commit of the pull request in repo X, for example PR # 5, which is expected. but... for the repo Y i need it to grab and build from master... and it also grabs the last commit in PR # 5... which is super old. If I manually do a "Rebuild last" it does grab the correct commits ( from repo X the one in the pull request and from repo Y grabs master) For the first repo (X) the configuration is like in here https://wiki.jenkins-ci.org/display/JENKINS/GitHub+pull+request+builder+plugin and for repo Y, en branch specifier I typed master and for refspec set it blank. Do I need to do an extra configuration for this to work? I find strange that when it triggers it grabs the wrong commits and when I rebuild last (from one that failed) manually it grabs the good commits. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
