Module for fetching artifacts from Artifactory
salt.modules.artifactory.
__virtual__
()¶Only load if elementtree xml library is available.
salt.modules.artifactory.
get_latest_release
(artifactory_url, repository, group_id, artifact_id, packaging, target_dir=u'/tmp', target_file=None, classifier=None, username=None, password=None, use_literal_group_id=False)¶Gets the latest release of the artifact
salt.modules.artifactory.
get_latest_snapshot
(artifactory_url, repository, group_id, artifact_id, packaging, target_dir=u'/tmp', target_file=None, classifier=None, username=None, password=None, use_literal_group_id=False)¶Gets latest snapshot of the given artifact
salt.modules.artifactory.
get_release
(artifactory_url, repository, group_id, artifact_id, packaging, version, target_dir=u'/tmp', target_file=None, classifier=None, username=None, password=None, use_literal_group_id=False)¶Gets the specified release of the artifact
salt.modules.artifactory.
get_snapshot
(artifactory_url, repository, group_id, artifact_id, packaging, version, snapshot_version=None, target_dir=u'/tmp', target_file=None, classifier=None, username=None, password=None, use_literal_group_id=False)¶Gets snapshot of the desired version of the artifact
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2018.3.0