File tree Expand file tree Collapse file tree 2 files changed +22
-10
lines changed Expand file tree Collapse file tree 2 files changed +22
-10
lines changed Original file line number Diff line number Diff 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" ) {
Original file line number Diff line number Diff line change @@ -2,14 +2,25 @@ alias: init
22
33repositories :
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
You can’t perform that action at this time.
0 commit comments