Skip to content

JobMonitor: Resubmitted work items are submitted with missing info #16907

@mmitche

Description

@mmitche

When resubmitting work items, certain metadata may not be populated:

  • Repository
  • Branch
  • SourcePrefix
  • TeamProject
var creationRequest = new JobCreationRequest(details.Type, newJobListUri, details.QueueId)
            {
                Source = details.Source,
                Creator = details.Creator,
                Properties = ConvertPropertiesToImmutableDictionary(details.Properties)
                    .SetItem(HelixJobInfo.PreviousHelixJobNamePropertyName, originalJobName),
            };

Compare the submitted job creation request details as compared to a fresh submission by the Helix SDK. These should be the same.

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions