diff options
Diffstat (limited to 'jjb/yaml/deploy-dev-env.yaml')
| -rw-r--r-- | jjb/yaml/deploy-dev-env.yaml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/jjb/yaml/deploy-dev-env.yaml b/jjb/yaml/deploy-dev-env.yaml index 105ef49..b9828e0 100644 --- a/jjb/yaml/deploy-dev-env.yaml +++ b/jjb/yaml/deploy-dev-env.yaml @@ -1,15 +1,13 @@ --- -- scm: - name: openbook-v4-installer - scm: - - git: - url: git@github.com:Talligent/openbook-v4-installer.git - branches: - - master - - job: name: deploy-dev-env project-type: freestyle + node: openbook_v4 + properties: + - build-discarder: + days-to-keep: 0 + num-to-keep: 1 + artifact-days-to-keep: 0 triggers: - reverse: jobs: @@ -21,7 +19,10 @@ - "workflow-server-pipeline" - "openbook-core-pipeline" scm: - - openbook-v4-installer + - git: + url: git@github.com:Talligent/openbook-v4-installer.git + branches: + - master builders: shell: | ./deploy-dev-env.sh |
