Skip to content

Conversation

nicklpeterson
Copy link

Check all that apply

Type of Change

  • WWST Certification Request
    • If this is your first time contributing code:
      • I have reviewed the README.md file
      • I have reviewed the CODE_OF_CONDUCT.md file
      • I have signed the CLA
    • I plan on entering a WWST Certification Request or have entered a request through the WWST Certification console at developer.smartthings.com
  • Bug fix
  • New feature
  • Refactor

Checklist

  • I have performed a self-review of my code
  • I have commented my code in hard-to-understand areas
  • I have verified my changes by testing with a device or have communicated a plan for testing
  • I am adding new behavior, such as adding a sub-driver, and have added and run new unit tests to cover the new behavior

Description of Change

This PR changes the Jenkins pipeline to allow setting the docker environment via the NODE_LABEL parameter. This will allow us to run the lower environments in the SmartThings pre-prod VPC and call internal cloud endpoints.

Changes:

  • Remove the environment matrix and specify the environment be the NODE_LABEL parameter.
  • Add a DRY_RUN parameter that allows running the pipeline without doing a bulk upload.
  • Add the X-ST-CORRELATION header to cloud api requests to improve traceabillity in cloud logs.

Summary of Completed Tests

We have used the new pipeline to do dry run deployments in all lower environments and confirmed that they are able to make api requests using internal endpoints.

@CLAassistant
Copy link

CLAassistant commented Sep 11, 2025

CLA assistant check
All committers have signed the CLA.

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

Successfully merging this pull request may close these issues.

2 participants