Supermario18b

- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Share variables between build steps (SSH Exec build steps)
Hi, I set a variable in a "Command Line" step: echo "##teamcity[setParameter name='env.testVar' value='$value']" Then I can access the variable in other build steps (Command Line steps) simply usin... -
Created Deploy Versions from nexus repository
AnsweredHi, I'm new to teamcity and I am able to build a maven project and deploy it to the server (two build configurations, one to build and one to deploy). During the build the artifacts are uploaded to...