码迷,mamicode.com
首页 > 其他好文 > 详细

Saltstack module artifactory 详解

时间:2020-03-28 19:43:15      阅读:78      评论:0      收藏:0      [点我收藏+]

标签:saltstack   strong   factory   ram   lease   cto   name   pac   doc   

artifactory.get_latest_snapshot

   Gets latest snapshot of the given artifact

   artifactory_url
       URL of artifactory instance
   repository
       Snapshot repository in artifactory to retrieve artifact from, for example: libs-snapshots
   group_id
       Group Id of the artifact
   artifact_id
       Artifact Id of the artifact
   packaging
       Packaging type (jar,war,ear,etc)
   target_dir
       Target directory to download artifact to (default: /tmp)
   target_file
       Target file to download artifact to (by default it is target_dir/artifact_id-snapshot_version.packaging)
   classifier
       Artifact classifier name (ex: sources,javadoc,etc). Optional parameter.
   username
       Artifactory username. Optional parameter.
   password
       Artifactory password. Optional parameter.

artifactory.get_release

   Gets the specified release of the artifact

   artifactory_url
       URL of artifactory instance
   repository
       Release repository in artifactory to retrieve artifact from, for example: libs-releases
   group_id
       Group Id of the artifact
   artifact_id
       Artifact Id of the artifact
   packaging
       Packaging type (jar,war,ear,etc)
   version
       Version of the artifact
   target_dir
       Target directory to download artifact to (default: /tmp)
   target_file
       Target file to download artifact to (by default it is target_dir/artifact_id-version.packaging)
   classifier
       Artifact classifier name (ex: sources,javadoc,etc). Optional parameter.
   username
       Artifactory username. Optional parameter.
   password
       Artifactory password. Optional parameter.

artifactory.get_latest_release

   Gets the latest release of the artifact

   artifactory_url
       URL of artifactory instance
   repository
       Release repository in artifactory to retrieve artifact from, for example: libs-releases
   group_id
       Group Id of the artifact
   artifact_id
       Artifact Id of the artifact
   packaging
       Packaging type (jar,war,ear,etc)
   target_dir
       Target directory to download artifact to (default: /tmp)
   target_file
       Target file to download artifact to (by default it is target_dir/artifact_id-version.packaging)
   classifier
       Artifact classifier name (ex: sources,javadoc,etc). Optional parameter.
   username
       Artifactory username. Optional parameter.
   password
       Artifactory password. Optional parameter.

artifactory.get_snapshot

   Gets snapshot of the desired version of the artifact

   artifactory_url
       URL of artifactory instance
   repository
       Snapshot repository in artifactory to retrieve artifact from, for example: libs-snapshots
   group_id
       Group Id of the artifact
   artifact_id
       Artifact Id of the artifact
   packaging
       Packaging type (jar,war,ear,etc)
   version
       Version of the artifact
   target_dir
       Target directory to download artifact to (default: /tmp)
   target_file
       Target file to download artifact to (by default it is target_dir/artifact_id-snapshot_version.packaging)
   classifier
       Artifact classifier name (ex: sources,javadoc,etc). Optional parameter.
   username
       Artifactory username. Optional parameter.
   password
       Artifactory password. Optional parameter.

我是分割线

Saltstack module artifactory 详解

标签:saltstack   strong   factory   ram   lease   cto   name   pac   doc   

原文地址:https://www.cnblogs.com/randomlee/p/Saltstack_module_artifactory.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!