Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
10.3 fix1
  • Loading branch information
Pogrebnyak, Sergei authored and Pogrebnyak, Sergei committed Oct 12, 2018
commit 07893e855b24ebcb31cd64b22947779c6aabffab
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pipeline {
environment {
SAG_AQUARIUS = 'aquarius-bg.eur.ad.sag'
CC_INSTALLER_URL = "http://aquarius-bg.eur.ad.sag/cc/installers" // internal download site
CC_VERSION = '10.3-release'
CC_VERSION = '10.3-fix1'
ANTCC_VERSION = '10.3-stable'
ANTCC_DISTRO = 'antcc-nojava'
CC_PASSWORD = 'manage'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ On Linux and Mac OS:
```bash
# export CC_BOOT=staging
# export CC_ENV=staging
# export CC_VERSION=10.3-milestone
# export CC_VERSION=10.3-fix1

export EMPOWER_USR=you@softwareag.com
export EMPOWER_PSW=*****
Expand All @@ -348,7 +348,7 @@ On Windows:
```powershell
# set CC_BOOT=staging
# set CC_ENV=staging
# set CC_VERSION=10.3-milestone
# set CC_VERSION=10.3-fix1

set EMPOWER_USR=you@softwareag.com
set EMPOWER_PSW=*****
Expand Down
2 changes: 1 addition & 1 deletion antcc
Submodule antcc updated from 2e3157 to 5bebff
2 changes: 1 addition & 1 deletion environments/appveyor/env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
###

# default release to use
release=10.2
release=10.3

licenses.zip.url=https://github.com/SoftwareAG/sagdevops-cc-server/blob/release/103oct2018/licenses/licenses.zip?raw=true

Expand Down
2 changes: 1 addition & 1 deletion environments/default/env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
###

# default release to use
release=10.2
release=10.3

# You can configure your Empower credentials here or use env variables
# for one time credentials setup
Expand Down
2 changes: 1 addition & 1 deletion environments/travis-ci/env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
###

# default release to use
release=10.2
release=10.3

licenses.zip.url=https://github.com/SoftwareAG/sagdevops-cc-server/blob/release/103oct2018/licenses/licenses.zip?raw=true

Expand Down
2 changes: 1 addition & 1 deletion environments/tutorial/env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
###

# default release to use
release=10.2
release=10.3

licenses.zip.url=https://github.com/SoftwareAG/sagdevops-cc-server/blob/release/103oct2018/licenses/licenses.zip?raw=true
#licenses.zip.url=http://irepo.eur.ad.sag/projects/DEVOPS/repos/command-central/raw/licenses/sag10-rnd-all-licenses.zip?at=refs%2Fheads%2Frelease%2F101oct2017
Expand Down