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

Cannot have different Pipeline variables for Stage & Prod - Cloud manager #1120

Open
abecaleb opened this issue Aug 16, 2023 · 0 comments
Open

Comments

@abecaleb
Copy link

abecaleb commented Aug 16, 2023

Hi ,

The AIO_RUNTIME_NAMESPACE and AIO_RUNTIME_AUTH properties set in maven pom.xml files [1], when used from values configured in cloud manager[2], these are not getting picked-up during CI-CD process. When these variables are defined as pipelines variables values are picked-up during CI-CD process[3].

Expected Behaviour

Pipeline variables should be unique for each environment when getting deployed.

Actual Behaviour

Pipeline variables are the same for both Staging and Production environment.

Reproduce Scenario (including but not limited to)

  1. Configure Environment configuration variables in cloud manager
  2. Run cloud pipeline to deploy to env.
  3. Notice, SSR actions do not get deployed. Verify, using aio commands to see latest updated actions.
  4. Configure pipeline configuration variables using aio commang line interface.
    command:
  5. Deploy the build using pipelines to the cloud env.
  6. Verify the latest SSR actions are deployed.
    command: wsk action get /<namespace>/<package>/<action>

Platform and Version

AEM Archetype Version 39
Node v14.21.1
NPM 6.14.17
Version - 2023.7.12874.20230726T072051Z-230702

1
2
3

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

1 participant