diff options
Diffstat (limited to 'jjb/yaml/deploy-dev-env.yaml')
| -rw-r--r-- | jjb/yaml/deploy-dev-env.yaml | 51 |
1 files changed, 24 insertions, 27 deletions
diff --git a/jjb/yaml/deploy-dev-env.yaml b/jjb/yaml/deploy-dev-env.yaml index 1648c4a..105ef49 100644 --- a/jjb/yaml/deploy-dev-env.yaml +++ b/jjb/yaml/deploy-dev-env.yaml @@ -1,30 +1,27 @@ --- +- 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: pipeline - dsl: | - pipeline { - agent { - node { - label "openbook_v4" - } - } - stages { - stage("deploy_dev_env") { - steps { - checkout([ - scm: [ - $class: "GitSCM", - branches: [ - [name: "master"] - ], - userRemoteConfigs: [ - [url: "git@github.com:Talligent/openbook-v4-installer.git"] - ] - ] - ]) - sh(script: "./deploy-dev-env.sh") - } - } - } - } + project-type: freestyle + triggers: + - reverse: + jobs: + - "admin-api-server-pipeline" + - "admin-web-ui-pipeline" + - "customer-api-server-pipeline" + - "customer-web-ui-pipeline" + - "job-scheduler-server-pipeline" + - "workflow-server-pipeline" + - "openbook-core-pipeline" + scm: + - openbook-v4-installer + builders: + shell: | + ./deploy-dev-env.sh |
