jenkins-infra / uplink

A simple telemetry service for Jenkins instances.
https://uplink.jenkins.io/
GNU Affero General Public License v3.0
1 stars 2 forks source link

Support inline transformation of legacy correlator IDs into type-specifc signatures #19

Closed rtyler closed 5 years ago

rtyler commented 5 years ago

Fixes #15

jenkinsadmin commented 5 years ago

Build failed; the context from the latest run is:

Expand to view ``` Branch indexing Connecting to https://api.github.com using jenkinsadmin/****** (GitHub access token for jenkinsadmin) Connecting to https://api.github.com to check permissions of obtain list of rtyler for jenkins-infra/uplink Checking out git https://github.com/jenkins-infra/uplink.git into /var/jenkins_home/jobs/Infra/jobs/uplink/branches/PR-19/workspace@script to read Jenkinsfile Fetching changes from the remote Git repository Fetching without tags Merging remotes/origin/master commit a01c698485bf64d4a85d0b34d360049677771ffd into PR head commit 6cd6eaf30637572eb7b857ee8b7982ee77ddc2cf GitHub has been notified of this commit’s build result hudson.plugins.git.GitException: Failed to merge AnyObjectId[a01c698485bf64d4a85d0b34d360049677771ffd] at org.jenkinsci.plugins.gitclient.JGitAPIImpl$6.execute(JGitAPIImpl.java:1560) at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:122) at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1094) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1187) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:120) at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:144) at org.jenkinsci.plugins.workflow.multibranch.SCMBinder.create(SCMBinder.java:120) at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:303) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) Finished: FAILURE ```

Powered by the Comment Logger