Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

My pipeline build failed

Fred (Fei) Feng
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 4, 2019

I am using pipeline to build net core 2.1, but it doesnt work,

 

dotnet restore doesnt work,

 

it is not pulling from the right resources, I have two keys

 

<add key="nuget.org" value="https://www.nuget.org/api/v2/" />

<add key="Private Feed" value="http://tfsbldirvv.test.net:6750/nuget/" />

 

but the errors of pipeline reutrn are

 

Retrying 'FindPackagesByIdAsyncCore' for source e or address Retrying 'FindPackagesByIdAsyncCore' for source 'http://tfsbldirvv.test.net:6750/nuget/FindPackagesById()?id='System.Security.Cryptography.Algorithms'&semVerLevel=2.0.0'. No such device or address Retrying 'FindPackagesByIdAsyncCore' for source 'http://tfsbldirvv.test.net:6750/nuget/FindPackagesById()?id='Microsoft.VisualStudio.Web.CodeGeneration.Tools'&semVerLevel=2.0.0'. No such device or address

1 answer

0 votes
mkleint
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 9, 2019

bitbucket pipelines can only access public internet resources. That includes DNS entries and IP adresses. You will have to make your internal service publicly accessible for your pipeline to work.

You can whitelist the IPs coming from Bitbucket Pipelines, this FAQ entry should help you with that https://confluence.atlassian.com/bitbucket/what-are-the-bitbucket-cloud-ip-addresses-i-should-use-to-configure-my-corporate-firewall-343343385.html

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events