Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to TeamCity-2017.2.1 #18

Merged
merged 1 commit into from
Dec 22, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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