【发布时间】:2019-10-18 16:33:48
【问题描述】:
我没有找到这样的例子
这是脚本化管道的工作方式:
rtMaven.deployer.addProperty("status", "in-qa")
rtMavenDeployer 然而有“属性”并且它只是一个列表?:https://jenkins.io/doc/pipeline/steps/artifactory/#rtmavendeployer-set-maven-deployer
rtMavenDeployer (
id: 'deployer-unique-id',
properties: ????,
serverId: 'my-server',
releaseRepo: 'myrepo',
snapshotRepo: 'myrepo'
)
【问题讨论】:
标签: maven jenkins artifactory