Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure org and space per job/task #63

Open
shyamz-22 opened this issue May 9, 2019 · 0 comments
Open

Configure org and space per job/task #63

shyamz-22 opened this issue May 9, 2019 · 0 comments

Comments

@shyamz-22
Copy link
Contributor

Configuring org and space is possible in the source configuration and in the commands.

Wouldn't it make sense to have it in the put params? So all commands would be executed in the same space.

This gives an error that org and space are not defined:

jobs:
  - name: create-services
    plan:
      - put: databases
        resource: cf-env
        params:
          org: my_org
          space: my_space

          commands:
            - command: create-user-provided-service
              service_instance: cool-db
              credentials: "{}"

            - command: create-user-provided-service
              service_instance: even-cooler-db
              credentials: "{}"

@patrickcrocker patrickcrocker added this to the v2.17.0 milestone Oct 9, 2019
@patrickcrocker patrickcrocker removed this from the v2.17.0 milestone Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants