This Question is Assumed Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
1 Replies Last post: Feb 5, 2010 3:47 PM by Marina Grechko  
ralpher ren Newbie 1 posts since
Feb 4, 2010
Currently Being Moderated

Feb 4, 2010 9:07 AM

Help: How to build an artifact dependency?Now I get "Error looking up artifact dependency".

Dear all,

 

      I am trying to create an artifact dependency. I create it via "Adminstrator Configuration"->"Dependencies"->"Add new artifact dependency". I setup a new artifact depnency with the steps from:  http://www.jetbrains.net/confluence/display/TCD5/5.Dependencies.

 

After I created the depency and tried to check it is correct or not by clicking the "Check artifact dependencies" button, I get the following error:

 

22:04:36]: Dependency resolving started...
[22:04:36]: Downloading artifacts from: https://teamcity.dev.real.com/teamcity
[22:04:36]: Failed to download artifact dependency <My Project :: My Project Name (last pinned build)>: Error looking up artifact dependency.
Cannot find last pinned build in build configuration "My Project :: My Project Name".
This error can be caused by one of the following reasons:
- build referenced in the dependency does not exist
- build configuration does not exist
- build server URL is not specified correctly on the server configuration page
- there is not enough permissions to access this build configuration (jetbrains.buildServer.artifacts.ResolvingFailedException)
[22:04:36]: Failed to download 1 of 1 artifact dependencies
[22:04:36]: Dependency resolving finished

 

 

Can someone take a look at this, what's the problem with this? Any reply is highly appreciated!

 

 

Thanks

Marina Grechko JetBrains 600 posts since
Oct 12, 2009

There is message in log:

Cannot find last pinned build in build configuration "My Project :: My Project Name".

Please check that the pinned build is present  in specified configuration.

Also please check that user account have enough permissions to access to this build configuration.

More Like This

  • Retrieving data ...