Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
Thedossone
Total activity
12
Last activity
May 22, 2019 07:44
Member since
January 31, 2019 11:29
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (8)
Sort by recent activity
Recent activity
Votes
Edited
May 22, 2019 07:44
The folders are created within the step - I think perhaps the returning them to the test runner is somehow the issue: [Step 1/2] ##teamcity[setParameter name='DLFolder' value='C:\CustomFilder\App...
Community
TeamCity General Topics
Correctly reusing a variable for folder in build steps.
0 votes
Created
March 04, 2019 15:28
The folder is created, that isn't an issue (I remote onto the machine and check this).
Community
TeamCity General Topics
Correctly reusing a variable for folder in build steps.
0 votes
Created
February 22, 2019 09:06
Parameters tab has this: Name Value passed to build DLFolder $DLFolder
Community
TeamCity General Topics
Correctly reusing a variable for folder in build steps.
0 votes
Created
February 21, 2019 09:32
No, the download is still defaulting to the standard folder on the runtime agent.
Community
TeamCity General Topics
Correctly reusing a variable for folder in build steps.
0 votes
Created
February 05, 2019 06:39
No, possibly creating the folder after would be possible, but as the Robot tests are run in the second build step, they need the download parameter to exist for use. Is there a means of passing it ...
Community
TeamCity General Topics
Correctly reusing a variable for folder in build steps.
0 votes
Created
February 04, 2019 16:54
As that folder name though is being created dynamically (it has a date/time string, created at startup), how can a sane default be created in this instance? I had wished to - create the folder, sav...
Community
TeamCity General Topics
Correctly reusing a variable for folder in build steps.
0 votes
Created
February 04, 2019 16:15
So, to check - should the service message part still be: "##teamcity[setParameter name='DLFolder' value='$DLFolder']" and then change the build configuration, parameters section? And if so, how exa...
Community
TeamCity General Topics
Correctly reusing a variable for folder in build steps.
0 votes
Edited
February 04, 2019 15:41
I've edited the DLFolder to avoid the circular reference: Write-Output "##teamcity[setParameter name='DLFolder']" Checking in parameters for that build though, User Defined Configuration Parameters...
Community
TeamCity General Topics
Correctly reusing a variable for folder in build steps.
0 votes