Skip to content

Commit d617bcc

Browse files
Pogrebnyak, SergeiPogrebnyak, Sergei
authored andcommitted
Use Empower
1 parent ce15bc5 commit d617bcc

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pipeline {
66
COMPOSE_PROJECT_NAME = 'sagdevopsccdockerbuilder'
77
RELEASE = '10.1'
88
DOCKER = credentals('docker')
9+
EMPOWER = credentials('empower')
910
}
1011
stages {
1112
stage("Build") {

init-10.1-dev.yaml

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,25 @@ alias: init
22

33
repositories:
44
product:
5-
products:
6-
host: aquarius-bg.eur.ad.sag
7-
name: 101oct2017_SIC
8-
username: latest
9-
password: latest
10-
fix:
5+
products:
6+
location: http://sdc.softwareag.com/dataservewebM101/repository/
7+
username: "$EMPOWER_USR"
8+
password: "$EMPOWER_PSW"
9+
fix:
1110
fixes:
12-
host: aquarius-bg.eur.ad.sag
13-
name: GA_Fix_Repo
14-
username: sum
15-
password: sum
11+
location: http://sdc.softwareag.com/updates/prodRepo
12+
username: "$EMPOWER_USR"
13+
password: "$EMPOWER_PSW"
14+
15+
# product:
16+
# products:
17+
# host: aquarius-bg.eur.ad.sag
18+
# name: 101oct2017_SIC
19+
# username: latest
20+
# password: latest
21+
# fix:
22+
# fixes:
23+
# host: aquarius-bg.eur.ad.sag
24+
# name: GA_Fix_Repo
25+
# username: sum
26+
# password: sum

0 commit comments

Comments
 (0)