diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-09 16:17:19 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-09 16:17:19 -0600 |
| commit | b5d4cb39b4310daa8fd9680bfd5dbee8aee41cfb (patch) | |
| tree | a554583994727937307fcfe21637173d89a9947e /jjb/yaml/deploy-dev-env.yaml | |
| parent | 52670171294c598910e3becada5f487bba0c9b75 (diff) | |
improvements in jjb files
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 |
