Module for fetching artifacts from Artifactory
salt.modules.artifactory.
ArtifactoryError
(value)¶salt.modules.artifactory.
get_latest_release
(artifactory_url, repository, group_id, artifact_id, packaging, target_dir='/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='/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='/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='/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: 2019.2.1