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

Defect: TerraformEnvironment.nextStage syntax error #198

Closed
kmanning opened this issue Mar 6, 2020 · 1 comment
Closed

Defect: TerraformEnvironment.nextStage syntax error #198

kmanning opened this issue Mar 6, 2020 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@kmanning
Copy link
Collaborator

kmanning commented Mar 6, 2020

To reproduce:

  1. Create a pipeline without a ValidateStage, only TerraformEnvironmentStages.
  2. Call .then on the TerraformEnvironmentStage
def deployIntegration = new TerraformEnvironmentStage('integration')
def deployProduction= new TerraformEnvironmentStage('production')

deployIntegration.then(deployProduction)
        .build()

Expected
It creates a pipeline, starting with the TerraformEnvironmentStage

Actual
It throws an error:
No such property: nextStage

@kmanning kmanning added this to the v5.5 milestone Mar 6, 2020
@kmanning kmanning added the bug Something isn't working label Mar 6, 2020
@kmanning
Copy link
Collaborator Author

kmanning commented Mar 18, 2020

Merged into v5.5-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants