Skip to content

Commit

Permalink
Upgrade to TeamCity-2017.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matisku committed Dec 22, 2017
1 parent 3710289 commit 1fdf6a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ This role is compatible with Ubuntu 14.04 and Ubuntu 16.04
## Role Variables
| Variable name | Default value | Description |
|-----------------------------------------|--------------------------------------------------------------------|----------------------------------|
| teamcity_server_version | `10.0.5` | TeamCity version to install |
| teamcity_server_sha256 | `b9a58aedea64ddb399344316ee720d32f4b85dbeae17c1395561e7a87b185a0e` | sha256 for TeamCity package |
| teamcity_server_version | `2017.2.1` | TeamCity version to install |
| teamcity_server_sha256 | `5e59854af9ac84db7c460160332987f38ad369849f5226c229a7ee5afc932e6d` | sha256 for TeamCity package |
| teamcity_server_su_user | `teamcity` | Admin user name for TeamCity |
| teamcity_server_su_password | `teamcity` | Admin user password for TeamCity |
| teamcity_server_install_dir | `/opt` | TeamCity unpack dir |
Expand Down
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Teamcity Version
teamcity_server_version: 10.0.3
teamcity_server_sha256: 81943dd664eff4fec6a38ebc6e5cf27155c9da7aa224ef0a142ee16e0dc42e03
teamcity_server_version: 2017.2.1
teamcity_server_sha256: 5e59854af9ac84db7c460160332987f38ad369849f5226c229a7ee5afc932e6d

# TeamCity User
teamcity_server_su_user: teamcity
Expand Down

0 comments on commit 1fdf6a6

Please sign in to comment.