dmitryserbin / azdev-release-orchestrator

Azure DevOps extension to manage and orchestrate release pipelines
MIT License
23 stars 12 forks source link

Partially Succeeded as last step of release hangs orchestration release #21

Closed tophallen closed 5 years ago

tophallen commented 5 years ago

I have a release that Partially Succeeded, and when I invoke that release from my orchestration release pipeline, it never completes. I let it wait overnight to see if it was just some timing issue and it never resolved.

Details:

Step that caused the partial success (it is the last task):

dmitryserbin commented 5 years ago

Sorry it didn’t work as expected. You may need you to run it again with debug logging enabled in the orchestrator pipeline - add ‘DEBUG=release-orchestrator:*’ release variable to enable it. Share the log when you have it - hopefully it will tell what’s going on.

tophallen commented 5 years ago

Here is the slightly truncated logs, I removed some of the repeated status polling for brevity.

2019-06-27T19:38:29.9995764Z ##[section]Starting: Run Smoke Tests
2019-06-27T19:38:30.0215837Z ==============================================================================
2019-06-27T19:38:30.0215951Z Task         : Release Orchestrator
2019-06-27T19:38:30.0215989Z Description  : Manage and orchestrate Azure DevOps release pipelines
2019-06-27T19:38:30.0216080Z Version      : 1.2.4
2019-06-27T19:38:30.0216148Z Author       : Dmitry Serbin
2019-06-27T19:38:30.0216190Z Help         : For aditional information and support please refer to <https://github.com/dmitryserbin/azdev-release-orchestrator> project repository.
2019-06-27T19:38:30.0216232Z ==============================================================================
2019-06-27T19:38:30.7030494Z 2019-06-27T19:38:30.692Z release-orchestrator:Connection Azure DevOps Web API initialized
2019-06-27T19:38:31.1006531Z 2019-06-27T19:38:31.098Z release-orchestrator:Connection Azure DevOps Core API initialized
2019-06-27T19:38:31.1013965Z 2019-06-27T19:38:31.098Z release-orchestrator:Connection Azure DevOps Release API initialized
2019-06-27T19:38:31.1021418Z 2019-06-27T19:38:31.098Z release-orchestrator:Connection Azure DevOps Build API initialized
2019-06-27T19:38:31.1042373Z 2019-06-27T19:38:31.098Z release-orchestrator:Retry:retry Executing <getProjectRetry> with <10> retries
2019-06-27T19:38:31.3836451Z 2019-06-27T19:38:31.379Z release-orchestrator:Helper:getProject { id: '440db021-0c95-4842-bfdd-0040fc511956',
2019-06-27T19:38:31.3836789Z   name: 'DevOpsTest',
2019-06-27T19:38:31.3836895Z   description: 'Sample project for DevOps to test new functionality',
2019-06-27T19:38:31.3836956Z   url: 'https://MyOrgUrl.com/_apis/projects/440db021-0c95-4842-bfdd-0040fc511956',
2019-06-27T19:38:31.3837009Z   state: 'wellFormed',
2019-06-27T19:38:31.3837054Z   revision: 331,
2019-06-27T19:38:31.3837126Z   _links: 
2019-06-27T19:38:31.3837183Z    { self: { href: 'https://MyOrgUrl.com/_apis/projects/440db021-0c95-4842-bfdd-0040fc511956' },
2019-06-27T19:38:31.3837285Z      collection: { href: 'https://MyOrgUrl.com/_apis/projectCollections/09c2dab8-b4ed-48f7-8ee0-0f241b4747ec' },
2019-06-27T19:38:31.3837365Z      web: { href: 'https://MyOrgUrl.com/DevOpsTest' } },
2019-06-27T19:38:31.3837433Z   visibility: 0,
2019-06-27T19:38:31.3837479Z   defaultTeam: 
2019-06-27T19:38:31.3837528Z    { id: 'daae2870-7369-42f4-b418-ab3eff335f5a',
2019-06-27T19:38:31.3837593Z      name: 'DevOpsTest Team',
2019-06-27T19:38:31.3837650Z      url: 'https://MyOrgUrl.com/_apis/projects/440db021-0c95-4842-bfdd-0040fc511956/teams/daae2870-7369-42f4-b418-ab3eff335f5a' },
2019-06-27T19:38:31.3837703Z   lastUpdateTime: 0001-01-01T00:00:00.000Z }
2019-06-27T19:38:31.3840210Z 2019-06-27T19:38:31.379Z release-orchestrator:Retry:retry Executing <getReleaseDefinitionRetry> with <10> retries
2019-06-27T19:38:31.6723753Z 2019-06-27T19:38:31.660Z release-orchestrator:Helper:getDefinition { source: 2,
2019-06-27T19:38:31.6724197Z   revision: 13,
2019-06-27T19:38:31.6724318Z   description: null,
2019-06-27T19:38:31.6724367Z   createdBy: 
2019-06-27T19:38:31.6724417Z    { displayName: 'Chris Allen',
2019-06-27T19:38:31.6724500Z      url: 'https://spsprodeus24.vssps.visualstudio.com/Ac9347654-202e-48d2-a572-2ca204cd1f13/_apis/Identities/a1b669c6-3bed-47a0-8944-332aa91144ad',
2019-06-27T19:38:31.6724572Z      _links: { avatar: [Object] },
2019-06-27T19:38:31.6724633Z      id: 'a1b669c6-3bed-47a0-8944-332aa91144ad',
2019-06-27T19:38:31.6724701Z      uniqueName: 'myname',
2019-06-27T19:38:31.6724758Z      imageUrl: 'https://MyOrgUrl.com/_apis/GraphProfile/MemberAvatars/aad.ZDE3YTg0MDktOTc4YS03NjQ1LTg1OTctMWZhMjU0ODY4NWNk',
2019-06-27T19:38:31.6724815Z      descriptor: 'aad.ZDE3YTg0MDktOTc4YS03NjQ1LTg1OTctMWZhMjU0ODY4NWNk' },
2019-06-27T19:38:31.6724864Z   createdOn: 2019-05-14T18:49:41.750Z,
2019-06-27T19:38:31.6724925Z   modifiedBy: 
2019-06-27T19:38:31.6724974Z    { displayName: 'Chris Allen',
2019-06-27T19:38:31.6727568Z      url: 'https://spsprodeus24.vssps.visualstudio.com/Ac9347654-202e-48d2-a572-2ca204cd1f13/_apis/Identities/a1b669c6-3bed-47a0-8944-332aa91144ad',
2019-06-27T19:38:31.6727622Z      _links: { avatar: [Object] },
2019-06-27T19:38:31.6727697Z      id: 'a1b669c6-3bed-47a0-8944-332aa91144ad',
2019-06-27T19:38:31.6727769Z      uniqueName: 'myname',
2019-06-27T19:38:31.6727823Z      imageUrl: 'https://MyOrgUrl.com/_apis/GraphProfile/MemberAvatars/aad.ZDE3YTg0MDktOTc4YS03NjQ1LTg1OTctMWZhMjU0ODY4NWNk',
2019-06-27T19:38:31.6727876Z      descriptor: 'aad.ZDE3YTg0MDktOTc4YS03NjQ1LTg1OTctMWZhMjU0ODY4NWNk' },
2019-06-27T19:38:31.6727944Z   modifiedOn: 2019-06-27T19:34:47.563Z,
2019-06-27T19:38:31.6727989Z   isDeleted: false,
2019-06-27T19:38:31.6728039Z   variables: 
2019-06-27T19:38:31.6728084Z    { 'application.path': { value: '/crm' },
2019-06-27T19:38:31.6728149Z      'build.configuration': { value: 'release' },
2019-06-27T19:38:31.6728198Z      'build.platform': { value: 'any cpu' },
2019-06-27T19:38:31.6728255Z      NumParallelTests: { value: '3' },
2019-06-27T19:38:31.6728304Z      'system.debug': { value: 'false', allowOverride: true },
2019-06-27T19:38:31.6728388Z      TestSettingFile: { value: 'Parallel_BrowserTests.testsettings' } },
2019-06-27T19:38:31.6728729Z   variableGroups: [],
2019-06-27T19:38:31.6728782Z   environments: 
2019-06-27T19:38:31.6728828Z    [ { id: 10,
2019-06-27T19:38:31.6728892Z        name: 'Dev A',
2019-06-27T19:38:31.6728941Z        rank: 1,
2019-06-27T19:38:31.6728987Z        owner: [Object],
2019-06-27T19:38:31.6729036Z        variables: [Object],
2019-06-27T19:38:31.6729101Z        variableGroups: [],
2019-06-27T19:38:31.6729150Z        preDeployApprovals: [Object],
2019-06-27T19:38:31.6729196Z        deployStep: [Object],
2019-06-27T19:38:31.6729245Z        postDeployApprovals: [Object],
2019-06-27T19:38:31.6729397Z        deployPhases: [Object],
2019-06-27T19:38:31.6729450Z        environmentOptions: [Object],
2019-06-27T19:38:31.6729507Z        demands: [],
2019-06-27T19:38:31.6729556Z        conditions: [Object],
2019-06-27T19:38:31.6729601Z        executionPolicy: [Object],
2019-06-27T19:38:31.6729662Z        schedules: [],
2019-06-27T19:38:31.6729711Z        currentRelease: [Object],
2019-06-27T19:38:31.6729764Z        retentionPolicy: [Object],
2019-06-27T19:38:31.6729810Z        processParameters: {},
2019-06-27T19:38:31.6729874Z        properties: [Object],
2019-06-27T19:38:31.6729924Z        preDeploymentGates: [Object],
2019-06-27T19:38:31.6729969Z        postDeploymentGates: [Object],
2019-06-27T19:38:31.6730015Z        environmentTriggers: [],
2019-06-27T19:38:31.6730094Z        badgeUrl: 'https://MyOrgUrl-Vsrm.com/_apis/public/Release/badge/440db021-0c95-4842-bfdd-0040fc511956/6/10' },
2019-06-27T19:38:31.6730144Z      { id: 23,
2019-06-27T19:38:31.6730193Z        name: 'Dev B',
2019-06-27T19:38:31.6730235Z        rank: 2,
2019-06-27T19:38:31.6730295Z        owner: [Object],
2019-06-27T19:38:31.6730352Z        variables: [Object],
2019-06-27T19:38:31.6730398Z        variableGroups: [],
2019-06-27T19:38:31.6730447Z        preDeployApprovals: [Object],
2019-06-27T19:38:31.6730508Z        deployStep: [Object],
2019-06-27T19:38:31.6730557Z        postDeployApprovals: [Object],
2019-06-27T19:38:31.6730610Z        deployPhases: [Object],
2019-06-27T19:38:31.6730660Z        environmentOptions: [Object],
2019-06-27T19:38:31.6730716Z        demands: [],
2019-06-27T19:38:31.6730770Z        conditions: [Object],
2019-06-27T19:38:31.6730815Z        executionPolicy: [Object],
2019-06-27T19:38:31.6730861Z        schedules: [],
2019-06-27T19:38:31.6730906Z        currentRelease: [Object],
2019-06-27T19:38:31.6730971Z        retentionPolicy: [Object],
2019-06-27T19:38:31.6731016Z        processParameters: {},
2019-06-27T19:38:31.6731062Z        properties: [Object],
2019-06-27T19:38:31.6731107Z        preDeploymentGates: [Object],
2019-06-27T19:38:31.6731175Z        postDeploymentGates: [Object],
2019-06-27T19:38:31.6731733Z        environmentTriggers: [],
2019-06-27T19:38:31.6731790Z        badgeUrl: 'https://MyOrgUrl-Vsrm.com/_apis/public/Release/badge/440db021-0c95-4842-bfdd-0040fc511956/6/23' },
2019-06-27T19:38:31.6731839Z      { id: 24,
2019-06-27T19:38:31.6731923Z        name: 'QA A',
2019-06-27T19:38:31.6731968Z        rank: 3,
2019-06-27T19:38:31.6732017Z        owner: [Object],
2019-06-27T19:38:31.6732063Z        variables: [Object],
2019-06-27T19:38:31.6732127Z        variableGroups: [],
2019-06-27T19:38:31.6732177Z        preDeployApprovals: [Object],
2019-06-27T19:38:31.6732222Z        deployStep: [Object],
2019-06-27T19:38:31.6732268Z        postDeployApprovals: [Object],
2019-06-27T19:38:31.6732397Z        deployPhases: [Object],
2019-06-27T19:38:31.6732454Z        environmentOptions: [Object],
2019-06-27T19:38:31.6732499Z        demands: [],
2019-06-27T19:38:31.6732545Z        conditions: [Object],
2019-06-27T19:38:31.6732609Z        executionPolicy: [Object],
2019-06-27T19:38:31.6732666Z        schedules: [],
2019-06-27T19:38:31.6732711Z        currentRelease: [Object],
2019-06-27T19:38:31.6732757Z        retentionPolicy: [Object],
2019-06-27T19:38:31.6732821Z        processParameters: {},
2019-06-27T19:38:31.6733038Z        properties: [Object],
2019-06-27T19:38:31.6733095Z        preDeploymentGates: [Object],
2019-06-27T19:38:31.6733144Z        postDeploymentGates: [Object],
2019-06-27T19:38:31.6733208Z        environmentTriggers: [],
2019-06-27T19:38:31.6733261Z        badgeUrl: 'https://MyOrgUrl-Vsrm.com/_apis/public/Release/badge/440db021-0c95-4842-bfdd-0040fc511956/6/24' },
2019-06-27T19:38:31.6733307Z      { id: 25,
2019-06-27T19:38:31.6733356Z        name: 'QA B',
2019-06-27T19:38:31.6733417Z        rank: 4,
2019-06-27T19:38:31.6733462Z        owner: [Object],
2019-06-27T19:38:31.6733508Z        variables: [Object],
2019-06-27T19:38:31.6733553Z        variableGroups: [],
2019-06-27T19:38:31.6733614Z        preDeployApprovals: [Object],
2019-06-27T19:38:31.6733675Z        deployStep: [Object],
2019-06-27T19:38:31.6733720Z        postDeployApprovals: [Object],
2019-06-27T19:38:31.6733770Z        deployPhases: [Object],
2019-06-27T19:38:31.6733838Z        environmentOptions: [Object],
2019-06-27T19:38:31.6733891Z        demands: [],
2019-06-27T19:38:31.6733937Z        conditions: [Object],
2019-06-27T19:38:31.6733982Z        executionPolicy: [Object],
2019-06-27T19:38:31.6734028Z        schedules: [],
2019-06-27T19:38:31.6734100Z        currentRelease: [Object],
2019-06-27T19:38:31.6734145Z        retentionPolicy: [Object],
2019-06-27T19:38:31.6734191Z        processParameters: {},
2019-06-27T19:38:31.6734236Z        properties: [Object],
2019-06-27T19:38:31.6734301Z        preDeploymentGates: [Object],
2019-06-27T19:38:31.6734346Z        postDeploymentGates: [Object],
2019-06-27T19:38:31.6734392Z        environmentTriggers: [],
2019-06-27T19:38:31.6734445Z        badgeUrl: 'https://MyOrgUrl-Vsrm.com/_apis/public/Release/badge/440db021-0c95-4842-bfdd-0040fc511956/6/25' } ],
2019-06-27T19:38:31.6734517Z   artifacts: 
2019-06-27T19:38:31.6734566Z    [ { sourceId: '440db021-0c95-4842-bfdd-0040fc511956:172',
2019-06-27T19:38:31.6734612Z        type: 'Build',
2019-06-27T19:38:31.6734669Z        alias: '_smoketest',
2019-06-27T19:38:31.6734729Z        definitionReference: [Object],
2019-06-27T19:38:31.6734779Z        isPrimary: true,
2019-06-27T19:38:31.6734824Z        isRetained: false } ],
2019-06-27T19:38:31.6734870Z   triggers: [],
2019-06-27T19:38:31.6734930Z   releaseNameFormat: '$(date:yyyyMM.dd)$(rev:.r)',
2019-06-27T19:38:31.6734976Z   tags: [],
2019-06-27T19:38:31.6735029Z   properties: { DefinitionCreationSource: { '$type': 'System.String', '$value': 'ReleaseNew' } },
2019-06-27T19:38:31.6735074Z   id: 6,
2019-06-27T19:38:31.6735139Z   name: 'CRM Smoke Tests',
2019-06-27T19:38:31.6735184Z   path: '\\',
2019-06-27T19:38:31.6735230Z   projectReference: null,
2019-06-27T19:38:31.6735450Z   url: 'https://MyOrgUrl-Vsrm.com/440db021-0c95-4842-bfdd-0040fc511956/_apis/Release/definitions/6',
2019-06-27T19:38:31.6735537Z   _links: 
2019-06-27T19:38:31.6735590Z    { self: { href: 'https://MyOrgUrl-Vsrm.com/440db021-0c95-4842-bfdd-0040fc511956/_apis/Release/definitions/6' },
2019-06-27T19:38:31.6735658Z      web: { href: 'https://MyOrgUrl.com/440db021-0c95-4842-bfdd-0040fc511956/_release?definitionId=6' } } }
2019-06-27T19:38:31.6738651Z Starting <DevOpsTest> project create <CRM Smoke Tests> release deployment
2019-06-27T19:38:31.6743138Z 2019-06-27T19:38:31.660Z release-orchestrator:Orchestrator:getRelease Create
2019-06-27T19:38:31.6749119Z Using <42067> artifact tag(s) for target release filter
2019-06-27T19:38:31.6753158Z 2019-06-27T19:38:31.660Z release-orchestrator:Retry:retry Executing <getBuildsRetry> with <10> retries
2019-06-27T19:38:31.9762724Z 2019-06-27T19:38:31.973Z release-orchestrator:Helper:findBuild { _links: 
2019-06-27T19:38:31.9763176Z    { self: { href: 'https://MyOrgUrl.com/440db021-0c95-4842-bfdd-0040fc511956/_apis/build/Builds/42067' },
2019-06-27T19:38:31.9763278Z      web: { href: 'https://MyOrgUrl.com/440db021-0c95-4842-bfdd-0040fc511956/_build/results?buildId=42067' },
2019-06-27T19:38:31.9763855Z      sourceVersionDisplayUri: { href: 'https://MyOrgUrl.com/440db021-0c95-4842-bfdd-0040fc511956/_apis/build/builds/42067/sources' },
2019-06-27T19:38:31.9763923Z      timeline: { href: 'https://MyOrgUrl.com/440db021-0c95-4842-bfdd-0040fc511956/_apis/build/builds/42067/Timeline' },
2019-06-27T19:38:31.9763980Z      badge: { href: 'https://MyOrgUrl.com/440db021-0c95-4842-bfdd-0040fc511956/_apis/build/status/172' } },
2019-06-27T19:38:31.9764059Z   properties: {},
2019-06-27T19:38:31.9764109Z   tags: [ '42067' ],
2019-06-27T19:38:31.9764158Z   validationResults: [],
2019-06-27T19:38:31.9764226Z   plans: [ { planId: 'b88982bd-d01b-40a7-8b49-3aadef5e8550' } ],
2019-06-27T19:38:31.9764291Z   triggerInfo: {},
2019-06-27T19:38:31.9764336Z   id: 42067,
2019-06-27T19:38:31.9764386Z   buildNumber: '201906.27.1',
2019-06-27T19:38:31.9764435Z   status: 2,
2019-06-27T19:38:31.9764499Z   result: 2,
2019-06-27T19:38:31.9764553Z   queueTime: 2019-06-27T17:55:22.311Z,
2019-06-27T19:38:31.9764606Z   startTime: 2019-06-27T17:55:24.157Z,
2019-06-27T19:38:31.9764655Z   finishTime: 2019-06-27T18:04:29.150Z,
2019-06-27T19:38:31.9764731Z   url: 'https://MyOrgUrl.com/440db021-0c95-4842-bfdd-0040fc511956/_apis/build/Builds/42067',
2019-06-27T19:38:31.9764780Z   definition: 
2019-06-27T19:38:31.9764826Z    { drafts: [],
2019-06-27T19:38:31.9764875Z      id: 172,
2019-06-27T19:38:31.9764936Z      name: 'CRM Web Smoke Tests',
2019-06-27T19:38:31.9764989Z      url: 'https://MyOrgUrl.com/440db021-0c95-4842-bfdd-0040fc511956/_apis/build/Definitions/172?revision=18',
2019-06-27T19:38:31.9765042Z      uri: 'vstfs:///Build/Definition/172',
2019-06-27T19:38:31.9765102Z      path: '\\',
2019-06-27T19:38:31.9765163Z      type: 2,
2019-06-27T19:38:31.9765212Z      queueStatus: 0,
2019-06-27T19:38:31.9765258Z      revision: 18,
2019-06-27T19:38:31.9765307Z      project: 
2019-06-27T19:38:31.9765372Z       { id: '440db021-0c95-4842-bfdd-0040fc511956',
2019-06-27T19:38:31.9765429Z         name: 'DevOpsTest',
2019-06-27T19:38:31.9765482Z         description: 'Sample project for DevOps to test new functionality',
2019-06-27T19:38:31.9765535Z         url: 'https://MyOrgUrl.com/_apis/projects/440db021-0c95-4842-bfdd-0040fc511956',
2019-06-27T19:38:31.9765603Z         state: 'wellFormed',
2019-06-27T19:38:31.9765652Z         revision: 331,
2019-06-27T19:38:31.9765698Z         visibility: 0,
2019-06-27T19:38:31.9765747Z         lastUpdateTime: 2019-05-22T17:15:01.573Z } },
2019-06-27T19:38:31.9765816Z   buildNumberRevision: 1,
2019-06-27T19:38:31.9765861Z   project: 
2019-06-27T19:38:31.9765914Z    { id: '440db021-0c95-4842-bfdd-0040fc511956',
2019-06-27T19:38:31.9766221Z      name: 'DevOpsTest',
2019-06-27T19:38:31.9766274Z      description: 'Sample project for DevOps to test new functionality',
2019-06-27T19:38:31.9766350Z      url: 'https://MyOrgUrl.com/_apis/projects/440db021-0c95-4842-bfdd-0040fc511956',
2019-06-27T19:38:31.9766415Z      state: 'wellFormed',
2019-06-27T19:38:31.9766460Z      revision: 331,
2019-06-27T19:38:31.9766525Z      visibility: 0,
2019-06-27T19:38:31.9766574Z      lastUpdateTime: 2019-05-22T17:15:01.573Z },
2019-06-27T19:38:31.9766620Z   uri: 'vstfs:///Build/Build/42067',
2019-06-27T19:38:31.9766669Z   sourceBranch: 'refs/heads/master',
2019-06-27T19:38:31.9766714Z   sourceVersion: '40827dd21f76ba3dc575810bf7ac146bf02ae24d',
2019-06-27T19:38:31.9766786Z   queue: { id: 195, name: 'Default', pool: { id: 1, name: 'Default' } },
2019-06-27T19:38:31.9766832Z   priority: 3,
2019-06-27T19:38:31.9766878Z   reason: 1,
2019-06-27T19:38:31.9767018Z   requestedFor: 
2019-06-27T19:38:31.9767075Z    { displayName: 'Chris Allen',
2019-06-27T19:38:31.9767143Z      url: 'https://spsprodeus24.vssps.visualstudio.com/Ac9347654-202e-48d2-a572-2ca204cd1f13/_apis/Identities/a1b669c6-3bed-47a0-8944-332aa91144ad',
2019-06-27T19:38:31.9767192Z      _links: { avatar: [Object] },
2019-06-27T19:38:31.9767431Z      id: 'a1b669c6-3bed-47a0-8944-332aa91144ad',
2019-06-27T19:38:31.9767484Z      uniqueName: 'myname',
2019-06-27T19:38:31.9767541Z      imageUrl: 'https://MyOrgUrl.com/_apis/GraphProfile/MemberAvatars/aad.ZDE3YTg0MDktOTc4YS03NjQ1LTg1OTctMWZhMjU0ODY4NWNk',
2019-06-27T19:38:31.9767613Z      descriptor: 'aad.ZDE3YTg0MDktOTc4YS03NjQ1LTg1OTctMWZhMjU0ODY4NWNk' },
2019-06-27T19:38:31.9767663Z   requestedBy: 
2019-06-27T19:38:31.9767712Z    { displayName: 'Project Collection Build Service (myorg)',
2019-06-27T19:38:31.9767769Z      url: 'https://spsprodeus24.vssps.visualstudio.com/Ac9347654-202e-48d2-a572-2ca204cd1f13/_apis/Identities/27ddd118-dc08-450c-8385-e278166ef0ab',
2019-06-27T19:38:31.9767845Z      _links: { avatar: [Object] },
2019-06-27T19:38:31.9767894Z      id: '27ddd118-dc08-450c-8385-e278166ef0ab',
2019-06-27T19:38:31.9767939Z      uniqueName: 'Build\\09c2dab8-b4ed-48f7-8ee0-0f241b4747ec',
2019-06-27T19:38:31.9768000Z      imageUrl: 'https://MyOrgUrl.com/_apis/GraphProfile/MemberAvatars/svc.YzkzNDc2NTQtMjAyZS00OGQyLWE1NzItMmNhMjA0Y2QxZjEzOkJ1aWxkOjA5YzJkYWI4LWI0ZWQtNDhmNy04ZWUwLTBmMjQxYjQ3NDdlYw',
2019-06-27T19:38:31.9768099Z      descriptor: 'svc.YzkzNDc2NTQtMjAyZS00OGQyLWE1NzItMmNhMjA0Y2QxZjEzOkJ1aWxkOjA5YzJkYWI4LWI0ZWQtNDhmNy04ZWUwLTBmMjQxYjQ3NDdlYw' },
2019-06-27T19:38:31.9768152Z   lastChangedDate: 2019-06-27T18:15:24.313Z,
2019-06-27T19:38:31.9768209Z   lastChangedBy: 
2019-06-27T19:38:31.9768285Z    { displayName: 'Microsoft.VisualStudio.Services.ReleaseManagement',
2019-06-27T19:38:31.9768342Z      url: 'https://spsprodeus24.vssps.visualstudio.com/Ac9347654-202e-48d2-a572-2ca204cd1f13/_apis/Identities/0000000d-0000-8888-8000-000000000000',
2019-06-27T19:38:31.9768398Z      _links: { avatar: [Object] },
2019-06-27T19:38:31.9768467Z      id: '0000000d-0000-8888-8000-000000000000',
2019-06-27T19:38:31.9768524Z      uniqueName: '0000000d-0000-8888-8000-000000000000@2c895908-04e0-4952-89fd-54b0046d6288',
2019-06-27T19:38:31.9768592Z      imageUrl: 'https://MyOrgUrl.com/_apis/GraphProfile/MemberAvatars/s2s.MDAwMDAwMGQtMDAwMC04ODg4LTgwMDAtMDAwMDAwMDAwMDAwQDJjODk1OTA4LTA0ZTAtNDk1Mi04OWZkLTU0YjAwNDZkNjI4OA',
2019-06-27T19:38:31.9768664Z      descriptor: 's2s.MDAwMDAwMGQtMDAwMC04ODg4LTgwMDAtMDAwMDAwMDAwMDAwQDJjODk1OTA4LTA0ZTAtNDk1Mi04OWZkLTU0YjAwNDZkNjI4OA' },
2019-06-27T19:38:31.9768717Z   orchestrationPlan: { planId: 'b88982bd-d01b-40a7-8b49-3aadef5e8550' },
2019-06-27T19:38:31.9768766Z   logs: 
2019-06-27T19:38:31.9768812Z    { id: 0,
2019-06-27T19:38:31.9768876Z      type: 'Container',
2019-06-27T19:38:31.9768929Z      url: 'https://MyOrgUrl.com/440db021-0c95-4842-bfdd-0040fc511956/_apis/build/builds/42067/logs' },
2019-06-27T19:38:31.9769950Z   repository: 
2019-06-27T19:38:31.9770003Z    { id: 'e3e0ffbb-eef8-4bf7-a914-c07498c0f6c0',
2019-06-27T19:38:31.9770067Z      type: 'TfsGit',
2019-06-27T19:38:31.9770117Z      name: 'AtlasUS',
2019-06-27T19:38:31.9770166Z      url: 'https://MyOrgUrl.com/DevOpsTest/_git/AtlasUS',
2019-06-27T19:38:31.9770223Z      clean: null,
2019-06-27T19:38:31.9770291Z      checkoutSubmodules: false },
2019-06-27T19:38:31.9770337Z   keepForever: false,
2019-06-27T19:38:31.9770382Z   retainedByRelease: true,
2019-06-27T19:38:31.9770428Z   triggeredByBuild: null }
2019-06-27T19:38:31.9770496Z Using <refs/heads/master> artifact branch for target release filter
2019-06-27T19:38:31.9774069Z 2019-06-27T19:38:31.973Z release-orchestrator:Retry:retry Executing <getArtifactVersionsRetry> with <10> retries
2019-06-27T19:38:32.3581299Z 2019-06-27T19:38:32.348Z release-orchestrator:Helper:getArtifacts { sourceId: '440db021-0c95-4842-bfdd-0040fc511956:172',
2019-06-27T19:38:32.3581842Z   alias: '_smoketest',
2019-06-27T19:38:32.3581967Z   versions: 
2019-06-27T19:38:32.3582039Z    [ { id: '42067',
2019-06-27T19:38:32.3582088Z        name: '201906.27.1',
2019-06-27T19:38:32.3582137Z        definitionId: '172',
2019-06-27T19:38:32.3582187Z        definitionName: 'CRM Web Smoke Tests',
2019-06-27T19:38:32.3582847Z        sourceBranch: 'refs/heads/master',
2019-06-27T19:38:32.3582907Z        sourceVersion: '40827dd21f76ba3dc575810bf7ac146bf02ae24d',
2019-06-27T19:38:32.3582961Z        sourceRepositoryId: 'e3e0ffbb-eef8-4bf7-a914-c07498c0f6c0',
2019-06-27T19:38:32.3583006Z        sourceRepositoryType: 'TfsGit' },
2019-06-27T19:38:32.3583082Z      { id: '41966',
2019-06-27T19:38:32.3583135Z        name: '201906.26.3',
2019-06-27T19:38:32.3583180Z        definitionId: '172',
2019-06-27T19:38:32.3583226Z        definitionName: 'CRM Web Smoke Tests',
2019-06-27T19:38:32.3583290Z        sourceBranch: 'refs/heads/master',
2019-06-27T19:38:32.3583340Z        sourceVersion: 'fb3a40908cbaf5e41873246ca16550c7b0396d0c',
2019-06-27T19:38:32.3583400Z        sourceRepositoryId: 'e3e0ffbb-eef8-4bf7-a914-c07498c0f6c0',
2019-06-27T19:38:32.3583450Z        sourceRepositoryType: 'TfsGit' },
2019-06-27T19:38:32.3583510Z      { id: '41936',
2019-06-27T19:38:32.3583564Z        name: '201906.26.1',
2019-06-27T19:38:32.3583609Z        definitionId: '172',
2019-06-27T19:38:32.3583658Z        definitionName: 'CRM Web Smoke Tests',
2019-06-27T19:38:32.3583723Z        sourceBranch: 'refs/heads/master',
2019-06-27T19:38:32.3583772Z        sourceVersion: 'fb3a40908cbaf5e41873246ca16550c7b0396d0c',
2019-06-27T19:38:32.3583821Z        sourceRepositoryId: 'e3e0ffbb-eef8-4bf7-a914-c07498c0f6c0',
2019-06-27T19:38:32.3583867Z        sourceRepositoryType: 'TfsGit' },
2019-06-27T19:38:32.3583928Z      { id: '41728',
2019-06-27T19:38:32.3583973Z        name: '201906.25.2',
2019-06-27T19:38:32.3584019Z        definitionId: '172',
2019-06-27T19:38:32.3584064Z        definitionName: 'CRM Web Smoke Tests',
2019-06-27T19:38:32.3584125Z        sourceBranch: 'refs/heads/master',
2019-06-27T19:38:32.3584208Z        sourceVersion: 'fb3a40908cbaf5e41873246ca16550c7b0396d0c',
2019-06-27T19:38:32.3584258Z        sourceRepositoryId: 'e3e0ffbb-eef8-4bf7-a914-c07498c0f6c0',
2019-06-27T19:38:32.3584368Z        sourceRepositoryType: 'TfsGit' },
2019-06-27T19:38:32.3584440Z      { id: '41727',
2019-06-27T19:38:32.3584489Z        name: '201906.25.1',
2019-06-27T19:38:32.3584535Z        definitionId: '172',
2019-06-27T19:38:32.3584580Z        definitionName: 'CRM Web Smoke Tests',
2019-06-27T19:38:32.3584648Z        sourceBranch: 'refs/heads/master',
2019-06-27T19:38:32.3584701Z        sourceVersion: 'fb3a40908cbaf5e41873246ca16550c7b0396d0c',
2019-06-27T19:38:32.3584751Z        sourceRepositoryId: 'e3e0ffbb-eef8-4bf7-a914-c07498c0f6c0',
2019-06-27T19:38:32.3584800Z        sourceRepositoryType: 'TfsGit' },
2019-06-27T19:38:32.3584861Z      { id: '41617',
2019-06-27T19:38:32.3584906Z        name: '201906.24.1',
2019-06-27T19:38:32.3585251Z        definitionId: '172',
2019-06-27T19:38:32.3585301Z        definitionName: 'CRM Web Smoke Tests',
2019-06-27T19:38:32.3585369Z        sourceBranch: 'refs/heads/master',
2019-06-27T19:38:32.3585418Z        sourceVersion: '392d42c1dce8bfc32c9fead59da42e374f2c498f',
2019-06-27T19:38:32.3585479Z        sourceRepositoryId: 'e3e0ffbb-eef8-4bf7-a914-c07498c0f6c0',
2019-06-27T19:38:32.3585532Z        sourceRepositoryType: 'TfsGit' } ],
2019-06-27T19:38:32.3585593Z   defaultVersion: 
2019-06-27T19:38:32.3585642Z    { id: '42067',
2019-06-27T19:38:32.3585688Z      name: '201906.27.1',
2019-06-27T19:38:32.3585733Z      definitionId: '172',
2019-06-27T19:38:32.3585779Z      definitionName: 'CRM Web Smoke Tests',
2019-06-27T19:38:32.3585847Z      sourceBranch: 'refs/heads/master',
2019-06-27T19:38:32.3585896Z      sourceVersion: '40827dd21f76ba3dc575810bf7ac146bf02ae24d',
2019-06-27T19:38:32.3585945Z      sourceRepositoryId: 'e3e0ffbb-eef8-4bf7-a914-c07498c0f6c0',
2019-06-27T19:38:32.3586017Z      sourceRepositoryType: 'TfsGit' },
2019-06-27T19:38:32.3586067Z   errorMessage: null }
2019-06-27T19:38:32.3587588Z 2019-06-27T19:38:32.348Z release-orchestrator:Helper:getArtifacts [ { alias: '_smoketest',
2019-06-27T19:38:32.3588031Z     instanceReference: 
2019-06-27T19:38:32.3588551Z      { id: '42067',
2019-06-27T19:38:32.3588892Z        name: '201906.27.1',
2019-06-27T19:38:32.3589139Z        sourceBranch: 'refs/heads/master',
2019-06-27T19:38:32.3589253Z        sourceVersion: '40827dd21f76ba3dc575810bf7ac146bf02ae24d',
2019-06-27T19:38:32.3589556Z        sourceRepositoryId: 'e3e0ffbb-eef8-4bf7-a914-c07498c0f6c0',
2019-06-27T19:38:32.3590026Z        sourceRepositoryType: 'TfsGit' } } ]
2019-06-27T19:38:32.3591494Z 2019-06-27T19:38:32.348Z release-orchestrator:Orchestrator:getReleaseArtifact [ { alias: '_smoketest',
2019-06-27T19:38:32.3591657Z     instanceReference: 
2019-06-27T19:38:32.3591824Z      { id: '42067',
2019-06-27T19:38:32.3591889Z        name: '201906.27.1',
2019-06-27T19:38:32.3591976Z        sourceBranch: 'refs/heads/master',
2019-06-27T19:38:32.3592052Z        sourceVersion: '40827dd21f76ba3dc575810bf7ac146bf02ae24d',
2019-06-27T19:38:32.3592109Z        sourceRepositoryId: 'e3e0ffbb-eef8-4bf7-a914-c07498c0f6c0',
2019-06-27T19:38:32.3592173Z        sourceRepositoryType: 'TfsGit' } } ]
2019-06-27T19:38:32.6455106Z 2019-06-27T19:38:32.629Z release-orchestrator:Helper:createRelease { id: 225,
2019-06-27T19:38:32.6455474Z   name: '201906.27.6',
2019-06-27T19:38:32.6455539Z   status: 2,
2019-06-27T19:38:32.6455641Z   createdOn: 2019-06-27T19:38:32.330Z,
2019-06-27T19:38:32.6455694Z   modifiedOn: 2019-06-27T19:38:32.330Z,
2019-06-27T19:38:32.6455740Z   modifiedBy: 
2019-06-27T19:38:32.6455789Z    { displayName: 'Project Collection Build Service (myorg)',
2019-06-27T19:38:32.6455865Z      url: 'https://spsprodeus24.vssps.visualstudio.com/Ac9347654-202e-48d2-a572-2ca204cd1f13/_apis/Identities/27ddd118-dc08-450c-8385-e278166ef0ab',
2019-06-27T19:38:32.6455925Z      _links: { avatar: [Object] },
2019-06-27T19:38:32.6456039Z      id: '27ddd118-dc08-450c-8385-e278166ef0ab',
2019-06-27T19:38:32.6456092Z      uniqueName: 'Build\\09c2dab8-b4ed-48f7-8ee0-0f241b4747ec',
2019-06-27T19:38:32.6456221Z      imageUrl: 'https://MyOrgUrl.com/_apis/GraphProfile/MemberAvatars/svc.YzkzNDc2NTQtMjAyZS00OGQyLWE1NzItMmNhMjA0Y2QxZjEzOkJ1aWxkOjA5YzJkYWI4LWI0ZWQtNDhmNy04ZWUwLTBmMjQxYjQ3NDdlYw',
2019-06-27T19:38:32.6456305Z      descriptor: 'svc.YzkzNDc2NTQtMjAyZS00OGQyLWE1NzItMmNhMjA0Y2QxZjEzOkJ1aWxkOjA5YzJkYWI4LWI0ZWQtNDhmNy04ZWUwLTBmMjQxYjQ3NDdlYw' },
2019-06-27T19:38:32.6456377Z   createdBy: 
2019-06-27T19:38:32.6456430Z    { displayName: 'Project Collection Build Service (myorg)',
2019-06-27T19:38:32.6456491Z      url: 'https://spsprodeus24.vssps.visualstudio.com/Ac9347654-202e-48d2-a572-2ca204cd1f13/_apis/Identities/27ddd118-dc08-450c-8385-e278166ef0ab',
2019-06-27T19:38:32.6456574Z      _links: { avatar: [Object] },
2019-06-27T19:38:32.6456631Z      id: '27ddd118-dc08-450c-8385-e278166ef0ab',
2019-06-27T19:38:32.6457207Z      uniqueName: 'Build\\09c2dab8-b4ed-48f7-8ee0-0f241b4747ec',
2019-06-27T19:38:32.6457295Z      imageUrl: 'https://MyOrgUrl.com/_apis/GraphProfile/MemberAvatars/svc.YzkzNDc2NTQtMjAyZS00OGQyLWE1NzItMmNhMjA0Y2QxZjEzOkJ1aWxkOjA5YzJkYWI4LWI0ZWQtNDhmNy04ZWUwLTBmMjQxYjQ3NDdlYw',
2019-06-27T19:38:32.6457374Z      descriptor: 'svc.YzkzNDc2NTQtMjAyZS00OGQyLWE1NzItMmNhMjA0Y2QxZjEzOkJ1aWxkOjA5YzJkYWI4LWI0ZWQtNDhmNy04ZWUwLTBmMjQxYjQ3NDdlYw' },
2019-06-27T19:38:32.6457427Z   environments: 
2019-06-27T19:38:32.6457499Z    [ { id: 598,
2019-06-27T19:38:32.6457549Z        releaseId: 225,
2019-06-27T19:38:32.6457602Z        name: 'Dev A',
2019-06-27T19:38:32.6457651Z        status: 1,
2019-06-27T19:38:32.6457716Z        variables: [Object],
2019-06-27T19:38:32.6457769Z        variableGroups: [],
2019-06-27T19:38:32.6457822Z        preDeployApprovals: [],
2019-06-27T19:38:32.6457871Z        postDeployApprovals: [],
2019-06-27T19:38:32.6457928Z        preApprovalsSnapshot: [Object],
2019-06-27T19:38:32.6458000Z        postApprovalsSnapshot: [Object],
2019-06-27T19:38:32.6458049Z        deploySteps: [],
2019-06-27T19:38:32.6458099Z        rank: 1,
2019-06-27T19:38:32.6458148Z        definitionEnvironmentId: 10,
2019-06-27T19:38:32.6458459Z        environmentOptions: [Object],
2019-06-27T19:38:32.6458520Z        demands: [],
2019-06-27T19:38:32.6458569Z        conditions: [],
2019-06-27T19:38:32.6458618Z        workflowTasks: [],
2019-06-27T19:38:32.6458687Z        deployPhasesSnapshot: [Object],
2019-06-27T19:38:32.6458736Z        owner: [Object],
2019-06-27T19:38:32.6458785Z        schedules: [],
2019-06-27T19:38:32.6458835Z        release: [Object],
2019-06-27T19:38:32.6458899Z        releaseDefinition: [Object],
2019-06-27T19:38:32.6458948Z        releaseCreatedBy: [Object],
2019-06-27T19:38:32.6458998Z        triggerReason: 'Manual',
2019-06-27T19:38:32.6459047Z        processParameters: {},
2019-06-27T19:38:32.6459096Z        preDeploymentGatesSnapshot: [Object],
2019-06-27T19:38:32.6459176Z        postDeploymentGatesSnapshot: [Object] },
2019-06-27T19:38:32.6459225Z      { id: 599,
2019-06-27T19:38:32.6459271Z        releaseId: 225,
2019-06-27T19:38:32.6459320Z        name: 'Dev B',
2019-06-27T19:38:32.6459396Z        status: 1,
2019-06-27T19:38:32.6459445Z        variables: [Object],
2019-06-27T19:38:32.6459494Z        variableGroups: [],
2019-06-27T19:38:32.6459540Z        preDeployApprovals: [],
2019-06-27T19:38:32.6459608Z        postDeployApprovals: [],
2019-06-27T19:38:32.6459658Z        preApprovalsSnapshot: [Object],
2019-06-27T19:38:32.6459703Z        postApprovalsSnapshot: [Object],
2019-06-27T19:38:32.6459752Z        deploySteps: [],
2019-06-27T19:38:32.6459817Z        rank: 2,
2019-06-27T19:38:32.6459862Z        definitionEnvironmentId: 23,
2019-06-27T19:38:32.6459912Z        environmentOptions: [Object],
2019-06-27T19:38:32.6459957Z        demands: [],
2019-06-27T19:38:32.6460022Z        conditions: [],
2019-06-27T19:38:32.6460082Z        workflowTasks: [],
2019-06-27T19:38:32.6460132Z        deployPhasesSnapshot: [Object],
2019-06-27T19:38:32.6460143Z        owner: [Object],
2019-06-27T19:38:32.6460230Z        schedules: [],
2019-06-27T19:38:32.6460302Z        release: [Object],
2019-06-27T19:38:32.6460351Z        releaseDefinition: [Object],
2019-06-27T19:38:32.6460469Z        releaseCreatedBy: [Object],
2019-06-27T19:38:32.6460522Z        triggerReason: 'Manual',
2019-06-27T19:38:32.6460590Z        processParameters: {},
2019-06-27T19:38:32.6460640Z        preDeploymentGatesSnapshot: [Object],
2019-06-27T19:38:32.6460693Z        postDeploymentGatesSnapshot: [Object] },
2019-06-27T19:38:32.6460738Z      { id: 600,
2019-06-27T19:38:32.6460803Z        releaseId: 225,
2019-06-27T19:38:32.6460848Z        name: 'QA A',
2019-06-27T19:38:32.6460962Z        status: 1,
2019-06-27T19:38:32.6461034Z        variables: [Object],
2019-06-27T19:38:32.6461083Z        variableGroups: [],
2019-06-27T19:38:32.6461303Z        preDeployApprovals: [],
2019-06-27T19:38:32.6461356Z        postDeployApprovals: [],
2019-06-27T19:38:32.6461425Z        preApprovalsSnapshot: [Object],
2019-06-27T19:38:32.6461474Z        postApprovalsSnapshot: [Object],
2019-06-27T19:38:32.6461535Z        deploySteps: [],
2019-06-27T19:38:32.6461580Z        rank: 3,
2019-06-27T19:38:32.6461641Z        definitionEnvironmentId: 24,
2019-06-27T19:38:32.6461694Z        environmentOptions: [Object],
2019-06-27T19:38:32.6461740Z        demands: [],
2019-06-27T19:38:32.6461789Z        conditions: [Object],
2019-06-27T19:38:32.6461838Z        workflowTasks: [],
2019-06-27T19:38:32.6461903Z        deployPhasesSnapshot: [Object],
2019-06-27T19:38:32.6461952Z        owner: [Object],
2019-06-27T19:38:32.6461997Z        schedules: [],
2019-06-27T19:38:32.6462043Z        release: [Object],
2019-06-27T19:38:32.6462107Z        releaseDefinition: [Object],
2019-06-27T19:38:32.6462157Z        releaseCreatedBy: [Object],
2019-06-27T19:38:32.6462214Z        triggerReason: 'ReleaseStarted',
2019-06-27T19:38:32.6462263Z        processParameters: {},
2019-06-27T19:38:32.6462327Z        preDeploymentGatesSnapshot: [Object],
2019-06-27T19:38:32.6462377Z        postDeploymentGatesSnapshot: [Object] },
2019-06-27T19:38:32.6462574Z      { id: 601,
2019-06-27T19:38:32.6462627Z        releaseId: 225,
2019-06-27T19:38:32.6462695Z        name: 'QA B',
2019-06-27T19:38:32.6462745Z        status: 1,
2019-06-27T19:38:32.6462794Z        variables: [Object],
2019-06-27T19:38:32.6462843Z        variableGroups: [],
2019-06-27T19:38:32.6462908Z        preDeployApprovals: [],
2019-06-27T19:38:32.6462957Z        postDeployApprovals: [],
2019-06-27T19:38:32.6463003Z        preApprovalsSnapshot: [Object],
2019-06-27T19:38:32.6463052Z        postApprovalsSnapshot: [Object],
2019-06-27T19:38:32.6463101Z        deploySteps: [],
2019-06-27T19:38:32.6463162Z        rank: 4,
2019-06-27T19:38:32.6463211Z        definitionEnvironmentId: 25,
2019-06-27T19:38:32.6463268Z        environmentOptions: [Object],
2019-06-27T19:38:32.6463314Z        demands: [],
2019-06-27T19:38:32.6463378Z        conditions: [],
2019-06-27T19:38:32.6463427Z        workflowTasks: [],
2019-06-27T19:38:32.6463473Z        deployPhasesSnapshot: [Object],
2019-06-27T19:38:32.6463526Z        owner: [Object],
2019-06-27T19:38:32.6463594Z        schedules: [],
2019-06-27T19:38:32.6463643Z        release: [Object],
2019-06-27T19:38:32.6463689Z        releaseDefinition: [Object],
2019-06-27T19:38:32.6463738Z        releaseCreatedBy: [Object],
2019-06-27T19:38:32.6463799Z        triggerReason: 'Manual',
2019-06-27T19:38:32.6463848Z        processParameters: {},
2019-06-27T19:38:32.6463898Z        preDeploymentGatesSnapshot: [Object],
2019-06-27T19:38:32.6463943Z        postDeploymentGatesSnapshot: [Object] } ],
2019-06-27T19:38:32.6464008Z   variables: 
2019-06-27T19:38:32.6464057Z    { 'application.path': { value: '/crm' },
2019-06-27T19:38:32.6464106Z      'build.configuration': { value: 'release' },
2019-06-27T19:38:32.6464163Z      'build.platform': { value: 'any cpu' },
2019-06-27T19:38:32.6464212Z      NumParallelTests: { value: '3' },
2019-06-27T19:38:32.6464277Z      'system.debug': { value: 'false', allowOverride: true },
2019-06-27T19:38:32.6464334Z      TestSettingFile: { value: 'Parallel_BrowserTests.testsettings' } },
2019-06-27T19:38:32.6464383Z   variableGroups: [],
2019-06-27T19:38:32.6464429Z   artifacts: 
2019-06-27T19:38:32.6464493Z    [ { sourceId: '440db021-0c95-4842-bfdd-0040fc511956:172',
2019-06-27T19:38:32.6464539Z        type: 'Build',
2019-06-27T19:38:32.6464584Z        alias: '_smoketest',
2019-06-27T19:38:32.6464633Z        definitionReference: [Object],
2019-06-27T19:38:32.6464698Z        isPrimary: true,
2019-06-27T19:38:32.6464747Z        isRetained: false } ],
2019-06-27T19:38:32.6464793Z   releaseDefinition: 
2019-06-27T19:38:32.6464834Z    { id: 6,
2019-06-27T19:38:32.6464899Z      name: 'CRM Smoke Tests',
2019-06-27T19:38:32.6465908Z      path: '\\',
2019-06-27T19:38:32.6465961Z      projectReference: null,
2019-06-27T19:38:32.6466018Z      url: 'https://MyOrgUrl-Vsrm.com/440db021-0c95-4842-bfdd-0040fc511956/_apis/Release/definitions/6',
2019-06-27T19:38:32.6466090Z      _links: { self: [Object], web: [Object] } },
2019-06-27T19:38:32.6466154Z   releaseDefinitionRevision: 13,
2019-06-27T19:38:32.6466204Z   description: 'Requested via 201906.27.5 (DevOpsTest) by Chris Allen',
2019-06-27T19:38:32.6466249Z   reason: 2,
2019-06-27T19:38:32.6466317Z   releaseNameFormat: '$(date:yyyyMM.dd)$(rev:.r)',
2019-06-27T19:38:32.6466367Z   keepForever: false,
2019-06-27T19:38:32.6466416Z   definitionSnapshotRevision: 1,
2019-06-27T19:38:32.6466469Z   logsContainerUrl: 'https://MyOrgUrl-Vsrm.com/440db021-0c95-4842-bfdd-0040fc511956/_apis/Release/releases/225/logs',
2019-06-27T19:38:32.6466541Z   url: 'https://MyOrgUrl-Vsrm.com/440db021-0c95-4842-bfdd-0040fc511956/_apis/Release/releases/225',
2019-06-27T19:38:32.6466594Z   _links: 
2019-06-27T19:38:32.6466651Z    { self: { href: 'https://MyOrgUrl-Vsrm.com/440db021-0c95-4842-bfdd-0040fc511956/_apis/Release/releases/225' },
2019-06-27T19:38:32.6466704Z      web: { href: 'https://MyOrgUrl.com/440db021-0c95-4842-bfdd-0040fc511956/_release?releaseId=225&_a=release-summary' } },
2019-06-27T19:38:32.6467296Z   tags: [],
2019-06-27T19:38:32.6467360Z   triggeringArtifactAlias: null,
2019-06-27T19:38:32.6467410Z   projectReference: { id: '440db021-0c95-4842-bfdd-0040fc511956', name: null },
2019-06-27T19:38:32.6467486Z   properties: { DownloadBuildArtifactsUsingTask: { '$type': 'System.String', '$value': 'True' } } }
2019-06-27T19:38:32.6467539Z 2019-06-27T19:38:32.629Z release-orchestrator:Orchestrator:deployRelease [ 'QA A' ]
2019-06-27T19:38:32.6467596Z 2019-06-27T19:38:32.629Z release-orchestrator:Orchestrator:deployRelease Create
2019-06-27T19:38:32.6467649Z Deploying <201906.27.6> (225) pipeline <QA A> stage(s) release
2019-06-27T19:38:32.6481633Z 2019-06-27T19:38:32.645Z release-orchestrator:Helper:isAutomated [ { id: 600,
2019-06-27T19:38:32.6481993Z     releaseId: 225,
2019-06-27T19:38:32.6482061Z     name: 'QA A',
2019-06-27T19:38:32.6482695Z     status: 1,
2019-06-27T19:38:32.6482953Z     variables: { environment: [Object] },
2019-06-27T19:38:32.6483036Z Release automatically started as stages deployment conditions are met
2019-06-27T19:38:32.6483184Z     variableGroups: [],
2019-06-27T19:38:32.6483245Z     preDeployApprovals: [],
2019-06-27T19:38:32.6483298Z     postDeployApprovals: [],
2019-06-27T19:38:32.6483419Z     preApprovalsSnapshot: { approvals: [Object], approvalOptions: [Object] },
2019-06-27T19:38:32.6483510Z     postApprovalsSnapshot: { approvals: [Object], approvalOptions: [Object] },
2019-06-27T19:38:32.6483563Z     deploySteps: [],
2019-06-27T19:38:32.6483635Z     rank: 3,
2019-06-27T19:38:32.6483745Z     definitionEnvironmentId: 24,
2019-06-27T19:38:32.6483859Z     environmentOptions: 
2019-06-27T19:38:32.6483954Z      { emailNotificationType: 'OnlyOnFailure',
2019-06-27T19:38:32.6484037Z        emailRecipients: 'release.environment.owner;release.creator',
2019-06-27T19:38:32.6484132Z        skipArtifactsDownload: false,
2019-06-27T19:38:32.6484219Z        timeoutInMinutes: 0,
2019-06-27T19:38:32.6484272Z        enableAccessToken: false,
2019-06-27T19:38:32.6484326Z        publishDeploymentStatus: true,
2019-06-27T19:38:32.6484390Z        badgeEnabled: false,
2019-06-27T19:38:32.6484439Z        autoLinkWorkItems: false,
2019-06-27T19:38:32.6484489Z        pullRequestDeploymentEnabled: false },
2019-06-27T19:38:32.6484538Z     demands: [],
2019-06-27T19:38:32.6484602Z     conditions: [ [Object] ],
2019-06-27T19:38:32.6484652Z     workflowTasks: [],
2019-06-27T19:38:32.6484701Z     deployPhasesSnapshot: [ [Object] ],
2019-06-27T19:38:32.6484747Z     owner: 
2019-06-27T19:38:32.6484815Z      { displayName: 'Chris Allen',
2019-06-27T19:38:32.6484872Z        url: 'https://spsprodeus24.vssps.visualstudio.com/Ac9347654-202e-48d2-a572-2ca204cd1f13/_apis/Identities/a1b669c6-3bed-47a0-8944-332aa91144ad',
2019-06-27T19:38:32.6485198Z        _links: [Object],
2019-06-27T19:38:32.6485255Z        id: 'a1b669c6-3bed-47a0-8944-332aa91144ad',
2019-06-27T19:38:32.6485342Z        uniqueName: 'myname',
2019-06-27T19:38:32.6485399Z        imageUrl: 'https://MyOrgUrl.com/_apis/GraphProfile/MemberAvatars/aad.ZDE3YTg0MDktOTc4YS03NjQ1LTg1OTctMWZhMjU0ODY4NWNk',
2019-06-27T19:38:32.6485452Z        descriptor: 'aad.ZDE3YTg0MDktOTc4YS03NjQ1LTg1OTctMWZhMjU0ODY4NWNk' },
2019-06-27T19:38:32.6485501Z     schedules: [],
2019-06-27T19:38:32.6485570Z     release: 
2019-06-27T19:38:32.6485615Z      { id: 225,
2019-06-27T19:38:32.6485664Z        name: '201906.27.6',
2019-06-27T19:38:32.6485718Z        url: 'https://MyOrgUrl-Vsrm.com/440db021-0c95-4842-bfdd-0040fc511956/_apis/Release/releases/225',
2019-06-27T19:38:32.6485828Z        _links: [Object] },
2019-06-27T19:38:32.6485896Z     releaseDefinition: 
2019-06-27T19:38:32.6485941Z      { id: 6,
2019-06-27T19:38:32.6486006Z        name: 'CRM Smoke Tests',
2019-06-27T19:38:32.6486059Z        path: '\\',
2019-06-27T19:38:32.6486108Z        projectReference: null,
2019-06-27T19:38:32.6486340Z        url: 'https://MyOrgUrl-Vsrm.com/440db021-0c95-4842-bfdd-0040fc511956/_apis/Release/definitions/6',
2019-06-27T19:38:32.6486415Z        _links: [Object] },
2019-06-27T19:38:32.6486465Z     releaseCreatedBy: 
2019-06-27T19:38:32.6486514Z      { displayName: 'Project Collection Build Service (myorg)',
2019-06-27T19:38:32.6486571Z        url: 'https://spsprodeus24.vssps.visualstudio.com/Ac9347654-202e-48d2-a572-2ca204cd1f13/_apis/Identities/27ddd118-dc08-450c-8385-e278166ef0ab',
2019-06-27T19:38:32.6486639Z        _links: [Object],
2019-06-27T19:38:32.6486688Z        id: '27ddd118-dc08-450c-8385-e278166ef0ab',
2019-06-27T19:38:32.6486742Z        uniqueName: 'Build\\09c2dab8-b4ed-48f7-8ee0-0f241b4747ec',
2019-06-27T19:38:32.6486814Z        imageUrl: 'https://MyOrgUrl.com/_apis/GraphProfile/MemberAvatars/svc.YzkzNDc2NTQtMjAyZS00OGQyLWE1NzItMmNhMjA0Y2QxZjEzOkJ1aWxkOjA5YzJkYWI4LWI0ZWQtNDhmNy04ZWUwLTBmMjQxYjQ3NDdlYw',
2019-06-27T19:38:32.6486897Z        descriptor: 'svc.YzkzNDc2NTQtMjAyZS00OGQyLWE1NzItMmNhMjA0Y2QxZjEzOkJ1aWxkOjA5YzJkYWI4LWI0ZWQtNDhmNy04ZWUwLTBmMjQxYjQ3NDdlYw' },
2019-06-27T19:38:32.6486958Z     triggerReason: 'ReleaseStarted',
2019-06-27T19:38:32.6487015Z     processParameters: {},
2019-06-27T19:38:32.6487083Z     preDeploymentGatesSnapshot: { id: 0, gatesOptions: null, gates: [] },
2019-06-27T19:38:32.6487136Z     postDeploymentGatesSnapshot: { id: 0, gatesOptions: null, gates: [] } } ]
2019-06-27T19:38:32.6499284Z 2019-06-27T19:38:32.645Z release-orchestrator:Deployer:deployAutomated ReleaseProgress {
2019-06-27T19:38:32.6499523Z   progress: 
2019-06-27T19:38:32.6499648Z    [ StageProgress {
2019-06-27T19:38:32.6499770Z        name: 'QA A',
2019-06-27T19:38:32.6499827Z        approval: [Object],
2019-06-27T19:38:32.6499922Z        status: 1,
2019-06-27T19:38:32.6499971Z        id: undefined,
2019-06-27T19:38:32.6500020Z        release: undefined } ] }
2019-06-27T19:38:32.6502941Z 2019-06-27T19:38:32.645Z release-orchestrator:Retry:retry Executing <getReleaseRetry> with <10> retries
2019-06-27T19:38:32.8055537Z 2019-06-27T19:38:32.801Z release-orchestrator:Helper:getReleaseStatus Release 201906.27.6 status Active retrieved
2019-06-27T19:38:32.8060016Z 2019-06-27T19:38:32.801Z release-orchestrator:StageProgress:isCompleted false
2019-06-27T19:38:32.8063028Z 2019-06-27T19:38:32.801Z release-orchestrator:ReleaseProgress:getIncompleted [ StageProgress {
2019-06-27T19:38:32.8063460Z     name: 'QA A',
2019-06-27T19:38:32.8063665Z     approval: { status: 0, count: 0 },
2019-06-27T19:38:32.8063726Z     status: 1,
2019-06-27T19:38:32.8063775Z     id: undefined,
2019-06-27T19:38:32.8063824Z     release: undefined } ]
2019-06-27T19:38:32.8069259Z 2019-06-27T19:38:32.801Z release-orchestrator:Helper:getStageStatus Stage QA A status InProgress retrieved
2019-06-27T19:38:32.8079185Z 2019-06-27T19:38:32.801Z release-orchestrator:Deployer:approveStage Stage QA A approval status Undefined retrieved
2019-06-27T19:38:32.8081188Z 2019-06-27T19:38:32.801Z release-orchestrator:StageProgress:isCompleted false
2019-06-27T19:38:32.8084226Z 2019-06-27T19:38:32.801Z release-orchestrator:Deployer:delay Start 5000ms delay
2019-06-27T19:38:37.8198722Z 2019-06-27T19:38:37.817Z release-orchestrator:StageProgress:isCompleted false
2019-06-27T19:38:37.8199121Z 2019-06-27T19:38:37.817Z release-orchestrator:ReleaseProgress:getStatus InProgress
2019-06-27T19:38:37.8200501Z 2019-06-27T19:38:37.817Z release-orchestrator:Retry:retry Executing <getReleaseRetry> with <10> retries
2019-06-27T19:38:38.0738115Z 2019-06-27T19:38:38.067Z release-orchestrator:Helper:getReleaseStatus Release 201906.27.6 status Active retrieved
2019-06-27T19:38:38.0739280Z 2019-06-27T19:38:38.067Z release-orchestrator:StageProgress:isCompleted false
2019-06-27T19:38:38.0743088Z 2019-06-27T19:38:38.067Z release-orchestrator:ReleaseProgress:getIncompleted [ StageProgress {
2019-06-27T19:38:38.0743221Z     name: 'QA A',
2019-06-27T19:38:38.0743403Z     approval: { status: 0, count: 0 },
2019-06-27T19:38:38.0744040Z     status: 2,
2019-06-27T19:38:38.0744100Z     id: 600,
2019-06-27T19:38:38.0744188Z     release: '201906.27.6' } ]

################################ TRUNCATED::repeats until complete or errored ##################################

2019-06-27T19:40:11.2783388Z 2019-06-27T19:40:11.274Z release-orchestrator:Helper:getStageStatus Stage QA A status InProgress retrieved
2019-06-27T19:40:11.2783892Z 2019-06-27T19:40:11.274Z release-orchestrator:Deployer:approveStage Stage QA A approval status Undefined retrieved
2019-06-27T19:40:11.2784745Z 2019-06-27T19:40:11.274Z release-orchestrator:StageProgress:isCompleted false
2019-06-27T19:40:11.2784821Z 2019-06-27T19:40:11.274Z release-orchestrator:Deployer:delay Start 5000ms delay
2019-06-27T19:40:16.2929125Z 2019-06-27T19:40:16.289Z release-orchestrator:StageProgress:isCompleted false
2019-06-27T19:40:16.2929607Z 2019-06-27T19:40:16.289Z release-orchestrator:ReleaseProgress:getStatus InProgress
2019-06-27T19:40:16.2930422Z 2019-06-27T19:40:16.289Z release-orchestrator:Retry:retry Executing <getReleaseRetry> with <10> retries
2019-06-27T19:40:16.4541315Z 2019-06-27T19:40:16.446Z release-orchestrator:Helper:getReleaseStatus Release 201906.27.6 status Active retrieved
2019-06-27T19:40:16.4541914Z 2019-06-27T19:40:16.446Z release-orchestrator:StageProgress:isCompleted false
2019-06-27T19:40:16.4545275Z 2019-06-27T19:40:16.446Z release-orchestrator:ReleaseProgress:getIncompleted [ StageProgress {
2019-06-27T19:40:16.4545498Z     name: 'QA A',
2019-06-27T19:40:16.4545726Z     approval: { status: 0, count: 0 },
2019-06-27T19:40:16.4545900Z     status: 2,
2019-06-27T19:40:16.4546029Z     id: 600,
2019-06-27T19:40:16.4546151Z     release: '201906.27.6' } ]
2019-06-27T19:40:16.4546579Z 2019-06-27T19:40:16.446Z release-orchestrator:Helper:getStageStatus Stage QA A status PartiallySucceeded retrieved
2019-06-27T19:40:16.4548134Z 2019-06-27T19:40:16.446Z release-orchestrator:Deployer:approveStage Stage QA A approval status Undefined retrieved
2019-06-27T19:40:16.4549541Z 2019-06-27T19:40:16.446Z release-orchestrator:StageProgress:isCompleted false
2019-06-27T19:40:16.4550725Z 2019-06-27T19:40:16.446Z release-orchestrator:Deployer:delay Start 5000ms delay
2019-06-27T19:40:21.4652080Z 2019-06-27T19:40:21.461Z release-orchestrator:StageProgress:isCompleted false
2019-06-27T19:40:21.4652774Z 2019-06-27T19:40:21.461Z release-orchestrator:ReleaseProgress:getStatus InProgress
2019-06-27T19:40:21.4652948Z 2019-06-27T19:40:21.461Z release-orchestrator:Retry:retry Executing <getReleaseRetry> with <10> retries
2019-06-27T19:40:21.6245172Z 2019-06-27T19:40:21.618Z release-orchestrator:Helper:getReleaseStatus Release 201906.27.6 status Active retrieved
2019-06-27T19:40:21.6246139Z 2019-06-27T19:40:21.618Z release-orchestrator:StageProgress:isCompleted false
2019-06-27T19:40:21.6249511Z 2019-06-27T19:40:21.618Z release-orchestrator:ReleaseProgress:getIncompleted [ StageProgress {
2019-06-27T19:40:21.6249947Z     name: 'QA A',
2019-06-27T19:40:21.6250451Z     approval: { status: 0, count: 0 },
2019-06-27T19:40:21.6250683Z     status: 128,
2019-06-27T19:40:21.6250781Z     id: 600,
2019-06-27T19:40:21.6250853Z     release: '201906.27.6' } ]
2019-06-27T19:40:21.6250959Z 2019-06-27T19:40:21.618Z release-orchestrator:Helper:getStageStatus Stage QA A status PartiallySucceeded retrieved
2019-06-27T19:40:21.6252321Z 2019-06-27T19:40:21.618Z release-orchestrator:Deployer:approveStage Stage QA A approval status Undefined retrieved
2019-06-27T19:40:21.6253679Z 2019-06-27T19:40:21.618Z release-orchestrator:StageProgress:isCompleted false
2019-06-27T19:40:21.6254703Z 2019-06-27T19:40:21.618Z release-orchestrator:Deployer:delay Start 5000ms delay
2019-06-27T19:40:26.6374528Z 2019-06-27T19:40:26.633Z release-orchestrator:StageProgress:isCompleted false
2019-06-27T19:40:26.6375101Z 2019-06-27T19:40:26.633Z release-orchestrator:ReleaseProgress:getStatus InProgress
2019-06-27T19:40:26.6377035Z 2019-06-27T19:40:26.633Z release-orchestrator:Retry:retry Executing <getReleaseRetry> with <10> retries
2019-06-27T19:40:26.7995790Z 2019-06-27T19:40:26.790Z release-orchestrator:Helper:getReleaseStatus Release 201906.27.6 status Active retrieved
2019-06-27T19:40:26.7996548Z 2019-06-27T19:40:26.790Z release-orchestrator:StageProgress:isCompleted false
2019-06-27T19:40:26.7999969Z 2019-06-27T19:40:26.790Z release-orchestrator:ReleaseProgress:getIncompleted [ StageProgress {
2019-06-27T19:40:26.8000485Z     name: 'QA A',
2019-06-27T19:40:26.8000755Z     approval: { status: 0, count: 0 },
2019-06-27T19:40:26.8001680Z     status: 128,
2019-06-27T19:40:26.8001851Z     id: 600,
2019-06-27T19:40:26.8001968Z     release: '201906.27.6' } ]
2019-06-27T19:40:26.8002078Z 2019-06-27T19:40:26.790Z release-orchestrator:Helper:getStageStatus Stage QA A status PartiallySucceeded retrieved
2019-06-27T19:40:26.8002734Z 2019-06-27T19:40:26.790Z release-orchestrator:Deployer:approveStage Stage QA A approval status Undefined retrieved
2019-06-27T19:40:26.8004176Z 2019-06-27T19:40:26.790Z release-orchestrator:StageProgress:isCompleted false
2019-06-27T19:40:26.8005143Z 2019-06-27T19:40:26.790Z release-orchestrator:Deployer:delay Start 5000ms delay
2019-06-27T19:40:31.8094667Z 2019-06-27T19:40:31.805Z release-orchestrator:StageProgress:isCompleted false
2019-06-27T19:40:31.8095157Z 2019-06-27T19:40:31.805Z release-orchestrator:ReleaseProgress:getStatus InProgress
2019-06-27T19:40:31.8096659Z 2019-06-27T19:40:31.805Z release-orchestrator:Retry:retry Executing <getReleaseRetry> with <10> retries
2019-06-27T19:40:32.0309190Z 2019-06-27T19:40:32.024Z release-orchestrator:Helper:getReleaseStatus Release 201906.27.6 status Active retrieved
2019-06-27T19:40:32.0309978Z 2019-06-27T19:40:32.024Z release-orchestrator:StageProgress:isCompleted false
2019-06-27T19:40:32.0313749Z 2019-06-27T19:40:32.024Z release-orchestrator:ReleaseProgress:getIncompleted [ StageProgress {
2019-06-27T19:40:32.0314067Z     name: 'QA A',
2019-06-27T19:40:32.0314215Z     approval: { status: 0, count: 0 },
2019-06-27T19:40:32.0314272Z     status: 128,
2019-06-27T19:40:32.0314355Z     id: 600,
2019-06-27T19:40:32.0314408Z     release: '201906.27.6' } ]

############################### TRUNCATED::repeats until I cancel it ###################################

2019-06-27T19:44:28.9048622Z ##[error]The operation was canceled.
2019-06-27T19:44:28.9073639Z ##[section]Finishing: Run Smoke Tests
dmitryserbin commented 5 years ago

I see what's going on here - needs support for PartiallySucceeded stage status.

Will get this fixed in #22

dmitryserbin commented 5 years ago

This has been addressed in 1.2.5 release