You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

outsystems-pipeline

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

outsystems-pipeline

Python package to accelerate the integration of OutSystems with third-party CI/CD tools

0.10.1
pipPyPI
Maintainers
1

The outsystems-pipeline Python package provides functions to support the creation of OutSystems CI/CD pipelines using your DevOps automation tool of choice.

Visit the project repository <https://github.com/OutSystems/outsystems-pipeline>_ on GitHub for instructions on how to build example OutSystems CI/CD pipelines with common DevOps automation tools, as well as documentation that will help you adapt the examples to your particular scenarios.

What's new

Parallel Deployments

The following scripts have been updated to enable creating and running parallel deployment plans:

  • deploy_latest_tags_to_target_env.py
  • deploy_package_to_target_env.py
  • deploy_tags_to_target_env_with_manifest.py

To enable this feature, use the following parameter:

  • --allow_parallel_deployments: Skips LifeTime validation for active deployment plans.

Enhanced Pipeline Operations

New pipeline scripts have been added to streamline operations related to manifest files:

  • generate_manifest_file.py: Generates a trigger manifest file.
  • validate_manifest_apps_exist_in_target_env.py: Verifies that manifest applications exist in the target environment.

Updated Package Dependencies

  • Updated requests dependency to version 2.32.2
  • Added packaging dependency, version 24.1

Installing and upgrading

Install or upgrade outsystems-pipeline to the latest available version as follows: ::

pip install -U outsystems-pipeline

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts