Skip to content

Commit 07cee22

Browse files
Pogrebnyak, SergeiPogrebnyak, Sergei
authored andcommitted
Jenkins build
1 parent daa2069 commit 07cee22

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipeline {
99
stages {
1010
stage("Build") {
1111
steps {
12-
sh 'envsubst < init-$RELEASE.yaml > init.yaml && cat init.yaml'
12+
sh 'envsubst < init-$RELEASE-dev.yaml > init.yaml && cat init.yaml'
1313
sh 'docker-compose build simple'
1414
sh 'docker-compose build unmanaged'
1515
sh 'docker-compose build managed'

init-10.1-dev.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
alias: init
2+
3+
repositories:
4+
product:
5+
products:
6+
host: aquarius-bg.eur.ad.sag
7+
name: 101oct2017_SIC
8+
username: latest
9+
password: latest
10+
fix:
11+
fixes:
12+
host: aquarius-bg.eur.ad.sag
13+
name: GA_Fix_Repo
14+
username: sum
15+
password: sum

0 commit comments

Comments
 (0)