Azure devops deployment failure : TypeError: Cannot read property 'scmUri' of undefined

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
23
down vote

favorite
8












I have been facing this issue particularly today while deploying my application to the azure environment using Azure Devops.



One of the deployment task fails with the following eror message:




##[debug]Deployment Failed with Error: TypeError: Cannot read property 'scmUri' of undefined




When I retry to deploy a couple of times it succeeds and deployment is successfully done.



What is the issue causing this error?










share|improve this question



















  • 4




    We are seeing the exact same error today for the first time... Maybe there is a technical issue with Azure DevOps today?
    – Kjensen
    4 hours ago






  • 2




    @Kjensen Then it should be from azure devops definitely. i was wondering since it worked for the same tasks in another environment
    – Sajeetharan
    4 hours ago






  • 2




    We're escalating to MS - seems to be their end.
    – wally
    3 hours ago






  • 2




    we've seen the issue for a few days. It's non-deterministic -- sometimes it works.
    – Stand__Sure
    3 hours ago






  • 2




    Related issue was raised on Developer Community here: developercommunity.visualstudio.com/content/problem/359862/…
    – Jesse de Bruijne
    3 hours ago














up vote
23
down vote

favorite
8












I have been facing this issue particularly today while deploying my application to the azure environment using Azure Devops.



One of the deployment task fails with the following eror message:




##[debug]Deployment Failed with Error: TypeError: Cannot read property 'scmUri' of undefined




When I retry to deploy a couple of times it succeeds and deployment is successfully done.



What is the issue causing this error?










share|improve this question



















  • 4




    We are seeing the exact same error today for the first time... Maybe there is a technical issue with Azure DevOps today?
    – Kjensen
    4 hours ago






  • 2




    @Kjensen Then it should be from azure devops definitely. i was wondering since it worked for the same tasks in another environment
    – Sajeetharan
    4 hours ago






  • 2




    We're escalating to MS - seems to be their end.
    – wally
    3 hours ago






  • 2




    we've seen the issue for a few days. It's non-deterministic -- sometimes it works.
    – Stand__Sure
    3 hours ago






  • 2




    Related issue was raised on Developer Community here: developercommunity.visualstudio.com/content/problem/359862/…
    – Jesse de Bruijne
    3 hours ago












up vote
23
down vote

favorite
8









up vote
23
down vote

favorite
8






8





I have been facing this issue particularly today while deploying my application to the azure environment using Azure Devops.



One of the deployment task fails with the following eror message:




##[debug]Deployment Failed with Error: TypeError: Cannot read property 'scmUri' of undefined




When I retry to deploy a couple of times it succeeds and deployment is successfully done.



What is the issue causing this error?










share|improve this question















I have been facing this issue particularly today while deploying my application to the azure environment using Azure Devops.



One of the deployment task fails with the following eror message:




##[debug]Deployment Failed with Error: TypeError: Cannot read property 'scmUri' of undefined




When I retry to deploy a couple of times it succeeds and deployment is successfully done.



What is the issue causing this error?







azure azure-devops azure-pipelines-release-pipeline azure-deployment






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 hours ago









Jesse de Bruijne

2,29631225




2,29631225










asked 4 hours ago









Sajeetharan

109k26148201




109k26148201







  • 4




    We are seeing the exact same error today for the first time... Maybe there is a technical issue with Azure DevOps today?
    – Kjensen
    4 hours ago






  • 2




    @Kjensen Then it should be from azure devops definitely. i was wondering since it worked for the same tasks in another environment
    – Sajeetharan
    4 hours ago






  • 2




    We're escalating to MS - seems to be their end.
    – wally
    3 hours ago






  • 2




    we've seen the issue for a few days. It's non-deterministic -- sometimes it works.
    – Stand__Sure
    3 hours ago






  • 2




    Related issue was raised on Developer Community here: developercommunity.visualstudio.com/content/problem/359862/…
    – Jesse de Bruijne
    3 hours ago












  • 4




    We are seeing the exact same error today for the first time... Maybe there is a technical issue with Azure DevOps today?
    – Kjensen
    4 hours ago






  • 2




    @Kjensen Then it should be from azure devops definitely. i was wondering since it worked for the same tasks in another environment
    – Sajeetharan
    4 hours ago






  • 2




    We're escalating to MS - seems to be their end.
    – wally
    3 hours ago






  • 2




    we've seen the issue for a few days. It's non-deterministic -- sometimes it works.
    – Stand__Sure
    3 hours ago






  • 2




    Related issue was raised on Developer Community here: developercommunity.visualstudio.com/content/problem/359862/…
    – Jesse de Bruijne
    3 hours ago







4




4




We are seeing the exact same error today for the first time... Maybe there is a technical issue with Azure DevOps today?
– Kjensen
4 hours ago




We are seeing the exact same error today for the first time... Maybe there is a technical issue with Azure DevOps today?
– Kjensen
4 hours ago




2




2




@Kjensen Then it should be from azure devops definitely. i was wondering since it worked for the same tasks in another environment
– Sajeetharan
4 hours ago




@Kjensen Then it should be from azure devops definitely. i was wondering since it worked for the same tasks in another environment
– Sajeetharan
4 hours ago




2




2




We're escalating to MS - seems to be their end.
– wally
3 hours ago




We're escalating to MS - seems to be their end.
– wally
3 hours ago




2




2




we've seen the issue for a few days. It's non-deterministic -- sometimes it works.
– Stand__Sure
3 hours ago




we've seen the issue for a few days. It's non-deterministic -- sometimes it works.
– Stand__Sure
3 hours ago




2




2




Related issue was raised on Developer Community here: developercommunity.visualstudio.com/content/problem/359862/…
– Jesse de Bruijne
3 hours ago




Related issue was raised on Developer Community here: developercommunity.visualstudio.com/content/problem/359862/…
– Jesse de Bruijne
3 hours ago












3 Answers
3






active

oldest

votes

















up vote
5
down vote













Microsoft is aware:




We're investigating Intermittent failures of Release Pipelines in West Europe.



Customer using Azure App Service Deploy task in their Release Pipelines might see intermittent errors like: "##[error]TypeError: Cannot read property 'scmUri' of undefined"



Retrying the release may succeed.



Next Update: Before Wednesday, October 17th 2018 15:50 UTC




Source: https://blogs.msdn.microsoft.com/vsoservice/?p=17835.



Hopefully we'll get a response soon.






share|improve this answer






















  • The ms blogs states that this is happening in West Europe, but I am getting the problem occurring in North Europe alose.
    – Joel Lister
    2 hours ago






  • 3




    US East is also affected. We started seeing these yesterday afternoon.
    – David
    2 hours ago

















up vote
0
down vote













FYI: Our region is US East, and we're seeing the same issues. It's been occurring since Monday evening intermittently, but appears to be getting worse. No word from MS yet on US regions experiencing the issue, but it is happening.






share|improve this answer



























    up vote
    0
    down vote













    The gift that keeps on giving US West is now also affected.






    share|improve this answer








    New contributor




    mark is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.

















      Your Answer





      StackExchange.ifUsing("editor", function ()
      StackExchange.using("externalEditor", function ()
      StackExchange.using("snippets", function ()
      StackExchange.snippets.init();
      );
      );
      , "code-snippets");

      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "1"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      convertImagesToLinks: true,
      noModals: false,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );













       

      draft saved


      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f52855188%2fazure-devops-deployment-failure-typeerror-cannot-read-property-scmuri-of-un%23new-answer', 'question_page');

      );

      Post as a guest






























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      5
      down vote













      Microsoft is aware:




      We're investigating Intermittent failures of Release Pipelines in West Europe.



      Customer using Azure App Service Deploy task in their Release Pipelines might see intermittent errors like: "##[error]TypeError: Cannot read property 'scmUri' of undefined"



      Retrying the release may succeed.



      Next Update: Before Wednesday, October 17th 2018 15:50 UTC




      Source: https://blogs.msdn.microsoft.com/vsoservice/?p=17835.



      Hopefully we'll get a response soon.






      share|improve this answer






















      • The ms blogs states that this is happening in West Europe, but I am getting the problem occurring in North Europe alose.
        – Joel Lister
        2 hours ago






      • 3




        US East is also affected. We started seeing these yesterday afternoon.
        – David
        2 hours ago














      up vote
      5
      down vote













      Microsoft is aware:




      We're investigating Intermittent failures of Release Pipelines in West Europe.



      Customer using Azure App Service Deploy task in their Release Pipelines might see intermittent errors like: "##[error]TypeError: Cannot read property 'scmUri' of undefined"



      Retrying the release may succeed.



      Next Update: Before Wednesday, October 17th 2018 15:50 UTC




      Source: https://blogs.msdn.microsoft.com/vsoservice/?p=17835.



      Hopefully we'll get a response soon.






      share|improve this answer






















      • The ms blogs states that this is happening in West Europe, but I am getting the problem occurring in North Europe alose.
        – Joel Lister
        2 hours ago






      • 3




        US East is also affected. We started seeing these yesterday afternoon.
        – David
        2 hours ago












      up vote
      5
      down vote










      up vote
      5
      down vote









      Microsoft is aware:




      We're investigating Intermittent failures of Release Pipelines in West Europe.



      Customer using Azure App Service Deploy task in their Release Pipelines might see intermittent errors like: "##[error]TypeError: Cannot read property 'scmUri' of undefined"



      Retrying the release may succeed.



      Next Update: Before Wednesday, October 17th 2018 15:50 UTC




      Source: https://blogs.msdn.microsoft.com/vsoservice/?p=17835.



      Hopefully we'll get a response soon.






      share|improve this answer














      Microsoft is aware:




      We're investigating Intermittent failures of Release Pipelines in West Europe.



      Customer using Azure App Service Deploy task in their Release Pipelines might see intermittent errors like: "##[error]TypeError: Cannot read property 'scmUri' of undefined"



      Retrying the release may succeed.



      Next Update: Before Wednesday, October 17th 2018 15:50 UTC




      Source: https://blogs.msdn.microsoft.com/vsoservice/?p=17835.



      Hopefully we'll get a response soon.







      share|improve this answer














      share|improve this answer



      share|improve this answer








      edited 2 hours ago









      Jesse de Bruijne

      2,29631225




      2,29631225










      answered 2 hours ago









      mk_99

      587




      587











      • The ms blogs states that this is happening in West Europe, but I am getting the problem occurring in North Europe alose.
        – Joel Lister
        2 hours ago






      • 3




        US East is also affected. We started seeing these yesterday afternoon.
        – David
        2 hours ago
















      • The ms blogs states that this is happening in West Europe, but I am getting the problem occurring in North Europe alose.
        – Joel Lister
        2 hours ago






      • 3




        US East is also affected. We started seeing these yesterday afternoon.
        – David
        2 hours ago















      The ms blogs states that this is happening in West Europe, but I am getting the problem occurring in North Europe alose.
      – Joel Lister
      2 hours ago




      The ms blogs states that this is happening in West Europe, but I am getting the problem occurring in North Europe alose.
      – Joel Lister
      2 hours ago




      3




      3




      US East is also affected. We started seeing these yesterday afternoon.
      – David
      2 hours ago




      US East is also affected. We started seeing these yesterday afternoon.
      – David
      2 hours ago












      up vote
      0
      down vote













      FYI: Our region is US East, and we're seeing the same issues. It's been occurring since Monday evening intermittently, but appears to be getting worse. No word from MS yet on US regions experiencing the issue, but it is happening.






      share|improve this answer
























        up vote
        0
        down vote













        FYI: Our region is US East, and we're seeing the same issues. It's been occurring since Monday evening intermittently, but appears to be getting worse. No word from MS yet on US regions experiencing the issue, but it is happening.






        share|improve this answer






















          up vote
          0
          down vote










          up vote
          0
          down vote









          FYI: Our region is US East, and we're seeing the same issues. It's been occurring since Monday evening intermittently, but appears to be getting worse. No word from MS yet on US regions experiencing the issue, but it is happening.






          share|improve this answer












          FYI: Our region is US East, and we're seeing the same issues. It's been occurring since Monday evening intermittently, but appears to be getting worse. No word from MS yet on US regions experiencing the issue, but it is happening.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 2 hours ago









          Glen

          10819




          10819




















              up vote
              0
              down vote













              The gift that keeps on giving US West is now also affected.






              share|improve this answer








              New contributor




              mark is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.





















                up vote
                0
                down vote













                The gift that keeps on giving US West is now also affected.






                share|improve this answer








                New contributor




                mark is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.



















                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  The gift that keeps on giving US West is now also affected.






                  share|improve this answer








                  New contributor




                  mark is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  The gift that keeps on giving US West is now also affected.







                  share|improve this answer








                  New contributor




                  mark is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  share|improve this answer



                  share|improve this answer






                  New contributor




                  mark is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered 10 mins ago









                  mark

                  1




                  1




                  New contributor




                  mark is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  mark is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  mark is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.



























                       

                      draft saved


                      draft discarded















































                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f52855188%2fazure-devops-deployment-failure-typeerror-cannot-read-property-scmuri-of-un%23new-answer', 'question_page');

                      );

                      Post as a guest













































































                      Comments

                      Popular posts from this blog

                      Long meetings (6-7 hours a day): Being “babysat” by supervisor

                      Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

                      Confectionery