Azure devops deployment failure : TypeError: Cannot read property 'scmUri' of undefined
Clash Royale CLAN TAG#URR8PPP
up vote
23
down vote
favorite
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
 |Â
show 5 more comments
up vote
23
down vote
favorite
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
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
 |Â
show 5 more comments
up vote
23
down vote
favorite
up vote
23
down vote
favorite
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
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
azure azure-devops azure-pipelines-release-pipeline azure-deployment
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
 |Â
show 5 more comments
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
 |Â
show 5 more comments
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.
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
add a comment |Â
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.
add a comment |Â
up vote
0
down vote
The gift that keeps on giving US West is now also affected.
New contributor
add a comment |Â
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.
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
add a comment |Â
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.
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
add a comment |Â
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.
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.
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
add a comment |Â
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
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
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.
answered 2 hours ago
Glen
10819
10819
add a comment |Â
add a comment |Â
up vote
0
down vote
The gift that keeps on giving US West is now also affected.
New contributor
add a comment |Â
up vote
0
down vote
The gift that keeps on giving US West is now also affected.
New contributor
add a comment |Â
up vote
0
down vote
up vote
0
down vote
The gift that keeps on giving US West is now also affected.
New contributor
The gift that keeps on giving US West is now also affected.
New contributor
New contributor
answered 10 mins ago
mark
1
1
New contributor
New contributor
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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