Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I use WGet. Here are the <a href="http://www.jetbrains.net/confluence/display/TCD4/Patterns+For+Accessing+Build+Artifacts" rel="nofollow noreferrer">instructions</a> for forming the team city URL. You can do a <a href="http://huddledmasses.org/wget-2-for-powershell/" rel="nofollow noreferrer">WGet in powershell</a>, but if you only wanted powershell for this functionality, you can just use a plain <a href="http://pages.interlog.com/~tcharron/wgetwin.html" rel="nofollow noreferrer">wget utility for windows</a>.</p> <p>EDIT: Here is an example from our QA deployment (names changed to protect the guilty):</p> <pre><code>"C:\Program Files (x86)\NcFTP\wget.exe" "http://teamcityserver.domain.com:8111/guestAuth/repository/download/bt6/.lastFinished/Artificat.ear" </code></pre> <p>The location of the wget isn't relevant, that is just where it happens to be. The guestAuth part of the parameter specifies the authentication type (in our case we enabled guest authorization to not have to bother with passwords - it is an internal server only anyway and protected by firewalls). The options are in the documentation I linked to.</p> <p>The other interesting feature of the parameters is the bt6. That is the unique key of the build, and is different for every project. You can discover what it is by navigating the team city website to the configuration of that build - it will be there. There are also instructions for referencing the configuration by name, but we found that was too verbose to bother with.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload