Skip to content

Commit

Permalink
Add apiserver proxy to release jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kubadz committed Oct 3, 2018
1 parent 8650db3 commit c93b85f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dockerPushRoot = ''
projects = [
"docs",
"components/api-controller",
"components/apiserver-proxy",
"components/binding-usage-controller",
"components/configurations-generator",
"components/environments",
Expand Down Expand Up @@ -226,6 +227,8 @@ def versionsYaml() {
"""
global.docs.version=${appVersion}
global.docs.dir=${dockerPushRoot}
global.apiserver_proxy.version=${appVersion}
global.apiserver_proxy.dir=${dockerPushRoot}
global.api_controller.version=${appVersion}
global.api_controller.dir=${dockerPushRoot}
global.binding_usage_controller.version=${appVersion}
Expand Down

0 comments on commit c93b85f

Please sign in to comment.