使用
用原生的舞步中的人工集成是强制性的集成
部分TriggerPipeline本地的一步:
默认环境变量
当您将此集成直接添加到步骤中时,将自动提供一组环境变量。
环境变量 |
描述 |
---|---|
int_ < integration_name > _url |
API端点JFrog平台 |
int_ < integration_name > _accessToken |
的令牌使用访问JFrog平台 |
例子
管道:步骤:-名称:scan_controller类型:TriggerPipeline配置:pipelineName: steptarget stepName: scanIt集成:-名称:myPlatformToken环境变量:scan_target: default: "hello-world" allowCustom: true值:- "vault" - "redis" - "postgresql"执行:onStart: - set_trigger_payload pipelineVariables "scan_target=${scan_target}" - set_trigger_payload stepVariables "notify=email" "uploadReport=true" onComplete: - echo "最终状态为$nested_run_status"