YAML模式
VmCluster
—name: vmIntegrationResource type: VmCluster configuration: sshKey:targets:— — —
标签
名字
一个字母数字标识资源的字符串(允许使用下划线)。
类型
必须VmCluster
对于此资源类型。
配置
指定资源的所有配置选择。
标签 |
描述 |
必需的/可选 |
---|---|---|
sshKey |
的名称SSH密钥集成 | 要求 |
目标 |
声明集群中虚拟机的IP地址集合 | 要求 |
环境变量
每当VmCluster
在步骤中使用时,将自动提供一组可在步骤中使用的环境变量。
环境变量 |
描述 |
---|---|
res_ < resource_name > _name |
资源名称 |
res_ < resource_name > _sshkey | SSH Key集成名称 |
res_ < resource_name > _targets |
IP地址的收集 |
例子
本例的管线DSL可在这个存储库在JFrogGitHub帐户。
2022世界杯阿根廷预选赛赛程resources:—name: vmCluster_1 type: VmCluster configuration: sshKey: SR_SSHKEYS targets:—1.2.3.4 pipelines:—name: pipelines_1 steps:—name: VM_0001 type: PowerShell configuration: inputResources:—name: vmCluster_1 execution: onExecute:—write-output " execution step…"