Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelespazzoli committed Jun 12, 2018
1 parent f370a6b commit 4b5cb23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions cucumber-selenium-grid/applier/params/build-dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ APPLICATION_NAME=todo-mvc
NAMESPACE=todomvc-build
SOURCE_REPOSITORY_URL=https://github.com/raffaelespazzoli/container-pipelines
SOURCE_REPOSITORY_REF=selenium
APPLICATION_CONTEXT_ROOT=examples/angularjs
6 changes: 6 additions & 0 deletions cucumber-selenium-grid/applier/templates/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ objects:
env:
- name: "APPLICATION_SOURCE_REPO"
value: "${APPLICATION_SOURCE_REPO}"
- name: "CONTEXT_ROOT"
value: "${APPLICATION_CONTEXT_ROOT}"
- apiVersion: v1
kind: BuildConfig
metadata:
Expand Down Expand Up @@ -87,6 +89,10 @@ parameters:
name: APPLICATION_SOURCE_REPO
required: true
value: https://github.com/raffaelespazzoli/todomvc
- description: Application context root
name: APPLICATION_CONTEXT_ROOT
required: true
value: '.'
- description: Path within Git project pointing to the pipeline run script
name: PIPELINE_SCRIPT
value: Jenkinsfile
Expand Down

0 comments on commit 4b5cb23

Please sign in to comment.