We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa2069 commit 07cee22Copy full SHA for 07cee22
Jenkinsfile
@@ -9,7 +9,7 @@ pipeline {
9
stages {
10
stage("Build") {
11
steps {
12
- sh 'envsubst < init-$RELEASE.yaml > init.yaml && cat init.yaml'
+ sh 'envsubst < init-$RELEASE-dev.yaml > init.yaml && cat init.yaml'
13
sh 'docker-compose build simple'
14
sh 'docker-compose build unmanaged'
15
sh 'docker-compose build managed'
init-10.1-dev.yaml
@@ -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
+ password: latest
+ fix:
+ fixes:
+ name: GA_Fix_Repo
+ username: sum
+ password: sum
0 commit comments