scott-estes
scott-estes
We have hit this as well. No changes were occurring to configurations or anything else that should change the triggering pattern, and then all open PRs tried to trigger, Looking...
@KostyaSha - We had this happen again yesterday. I've gone back through our main Jenkins.Log and pulled out the last few minutes before the mass run kicked off. (7:04:51am is...
@KostyaSha polling log was squashed by freakout recovery (all problem builds that were kicked off were deleted, so lost all individual polling logs for those runs) Jenkins ver: 2.7.4 Plugin:...
Happened again today @KostyaSha ## Jenkins.Log ``` May 08, 2017 5:04:43 AM org.jenkinsci.plugins.github.pullrequest.utils.LoggingTaskListenerWrapper info INFO: Finished GitHub Pull Request trigger check for at May 8, 2017 5:04:43 AM. Duration: 43363ms...
@KostyaSha thanks for the updates: 1. I've disabled the github cache 2. I can find org.jenkinsci.plugins.github.pullrequest.GitHubPRRepository.xml but not org.jenkinsci.plugins.github.pullrequest.GitHubPRRepository.runtime.xml 3. The GitHub PR page looks correct. What do you mean...
Unfortunately I cannot disable the Cache in our environment. I tried this approach and within 15 minutes was hitting Github API rate limits. Cheers, Scott Estes Udemy.Com On Wed, May...
I don't see the .runtime.xml file at all then, is it possibly only generated with a Freestyle job and not pipeline? The Pull Request Plugin is only associated with one...
What is the expected format of 'def job = Jenkins.instance.getItem(" test-pr")' Cheers, Scott Estes Udemy.Com On Wed, May 24, 2017 at 10:44 AM, Kanstantsin Shautsou < [email protected]> wrote: > please...
``` checking for remote connection GHRepository@22e58a7f[description=Python/Django implementation of the website.,homepage=,name=,license=,fork=false,size=360237,milestones={},language=Python,commits={},source=,parent=,url=https://api.github.com/repos/,id=16362580] trigger project actions [org.jenkinsci.plugins.github.pullrequest.GitHubPRPollingLogAction@48242509, com.github.kostyasha.github.integration.generic.errors.GitHubErrorsAction@684016d5] GitHubRepositoryName[host=github.com,username=,repository=] ``` > pr repository ``` org.jenkinsci.plugins.github.pullrequest.GitHubPRRepository@6cc63a86 /var/lib/jenkins/jobs/WD_Build_Artifact/org.jenkinsci.plugins.github.pullrequest.GitHubPRRepository.runtime.xml ```
yes, the file exists now. OS is Centos 7