8
Views
2
Comments
[Trigger Pipeline] Is there any documentation or user guide?
trigger-pipeline
Web icon
Forge asset by OutSystems Lab
Application Type
Traditional Web

Is there any documentation or user guide?

I am using version 2.2.0, it has problem in the timer to trigger the pipeline. I have tried to update to 2.2.1 and 2.6.0, both did not work.

In version 2.6, totally not able to trigger the pipeline, hit error below in azure devops:

usage: deploy_latest_tags_to_target_env.py [-h] [-a ARTIFACTS] -u LT_URL -t
LT_TOKEN [-v LT_API_VERSION]
[-e LT_ENDPOINT] -s SOURCE_ENV -d
DESTINATION_ENV [-m DEPLOY_MSG] -l
APP_LIST [-f MANIFEST_FILE]
deploy_latest_tags_to_target_env.py: error: argument -l/--app_list: expected one argument 


Anyone can help?

2025-07-22 10-30-27
Mandar Deshpande

Hi @Xiao Hui 

In your Outsystems action where you trigger the pipeline, please verify:

  • AppList is not empty
  • It uses correct format: Application1,Application2. There should be NO:
    • Brackets
    • JSON
    • Quotes inside string
    • Spaces after commas
  • There is exact match in the environment names in Outsystems LifeTime. Even a trailing space breaks it.

Hope this helps.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.