Skip to content

Commit 40cea7b

Browse files
Pogrebnyak, SergeiPogrebnyak, Sergei
authored andcommitted
Test 10.1 and 10.2
1 parent 067ad15 commit 40cea7b

File tree

2 files changed

+3
-38
lines changed

2 files changed

+3
-38
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
- TARGET_REGISTRY=sergeipogrebnyak
66
matrix:
77
- RELEASE=10.2 SOURCE_REGISTRY=softwareag
8-
# - RELEASE=10.1 SOURCE_REGISTRY=store/softwareag
8+
- RELEASE=10.1 SOURCE_REGISTRY=store/softwareag
99

1010
services:
1111
- docker
@@ -17,8 +17,8 @@ before_install:
1717
- docker network create ccnetwork
1818

1919
script:
20-
- docker-compose run --rm init
21-
- docker-compose down
20+
# - docker-compose run --rm init
21+
# - docker-compose down
2222
- docker build --build-arg SOURCE_REGISTRY=$SOURCE_REGISTRY -t $TARGET_REGISTRY/commandcentral:$RELEASE-server .
2323
- docker run --name cc -d -p 127.0.0.1:8091:8091 --network ccnetwork $TARGET_REGISTRY/commandcentral:$RELEASE-server
2424
- docker run --name n1 -d --network ccnetwork -e CC_AUTO_REGISTER=0 $SOURCE_REGISTRY/commandcentral:$RELEASE-node

README.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -38,41 +38,6 @@ To check the Command Central container logs run ```docker logs cc```.
3838
The output should look similiar to this:
3939

4040
```bash
41-
Command Central is ONLINE
42-
List of installed products:
43-
Product Display Name Version
44-
Core Installer Files | Software AG Installer 10.2.0.0.201
45-
Infrastructure | Command Central | Command Line Tools 10.2.0.0.163
46-
Infrastructure | Command Central | Server 10.2.0.0.186
47-
Infrastructure | Java Package 1.8.0.0.105
48-
Infrastructure | Libraries | Installer Libraries 10.2.0.0.209
49-
Infrastructure | Libraries | Migration Framework Libraries 10.2.0.0.121
50-
Infrastructure | Libraries | Third-Party Libraries | log4j Libraries 10.2.0.0.27
51-
Infrastructure | Libraries | Third-Party Libraries | Tool for Apache Ant 10.2.0.0.27
52-
Infrastructure | Libraries | Third-Party Libraries | Tool for Java Service Wrapper 10.2.0.0.27
53-
Infrastructure | License | Agreement 10.2.0.0.12
54-
Infrastructure | License | Verifier 5.6.5.0.718
55-
Infrastructure | Platform Manager 10.2.0.0.190
56-
Infrastructure | Platform Manager Plug-ins | Command Central Plug-in 10.2.0.0.186
57-
Infrastructure | Shared Platform | Bundles | Asset Distribution Bundles 10.2.0.0.176
58-
Infrastructure | Shared Platform | Bundles | Common Landscape Asset Registry 10.2.0.0.229
59-
Infrastructure | Shared Platform | Bundles | Deployer and Asset Build Environment Bundles 10.2.0.0.184
60-
Infrastructure | Shared Platform | Bundles | Installer Bundles 10.2.0.0.209
61-
Infrastructure | Shared Platform | Bundles | License Validator Bundles 5.6.5.0.718
62-
Infrastructure | Shared Platform | Bundles | Shared Bundles 10.2.0.0.27
63-
Infrastructure | Shared Platform | Bundles | Terracotta | BigMemory Max Bundles 4.3.5.0.34
64-
Infrastructure | Shared Platform | Bundles | Web Services Stack Bundles 10.2.0.0.334
65-
Infrastructure | Shared Platform | Platform 10.2.0.0.344
66-
Update Manager 10.1.0.0.21
67-
List of installed fixes:
68-
Fix Display Name Fix Version
69-
Command Central 10.2.0 FIX 1 10.2.0.0001-0195
70-
Command Central WebUI 10.2.0 FIX 1 10.2.0.0001-0178
71-
Command Line Tools 10.2.0 FIX 1 10.2.0.0001-0169
72-
Platform Manager 10.2.0 FIX 1 10.2.0.0001-0198
73-
Platform Manager Shared 10.2.0 FIX 1 10.2.0.0001-0068
74-
Command Central Plug-in to Platform Manager 10.2.0 FIX 1 10.2.0.0001-0195
75-
SUM API 10.2.0 FIX 1 10.2.0.0001-0150
7641
2018/04/17 23:00:42 INFO # Command Central version: 10.2.0.0001-0195
7742
```
7843

0 commit comments

Comments
 (0)